]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - pkgs/automake/automake.nm
Change file layout of the makefiles.
[ipfire-3.x.git] / pkgs / automake / automake.nm
index 803fb8df4b93421f3704562582fafb06df1acfb2..c25f1e9df6fb8bfe1d5981806077815fbb28adc6 100644 (file)
@@ -1,46 +1,35 @@
 ###############################################################################
-#                                                                             #
-# IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007, 2008 Michael Tremer & Christian Schmidt                 #
-#                                                                             #
-# This program is free software: you can redistribute it and/or modify        #
-# it under the terms of the GNU General Public License as published by        #
-# the Free Software Foundation, either version 3 of the License, or           #
-# (at your option) any later version.                                         #
-#                                                                             #
-# This program is distributed in the hope that it will be useful,             #
-# but WITHOUT ANY WARRANTY; without even the implied warranty of              #
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               #
-# GNU General Public License for more details.                                #
-#                                                                             #
-# You should have received a copy of the GNU General Public License           #
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.       #
-#                                                                             #
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
 ###############################################################################
 
-###############################################################################
-# Definitions
-###############################################################################
-
-include $(PKGROOT)/Include
-
-PKG_NAME       = automake
-PKG_VER        = 1.11.1
-PKG_REL        = 1
-PKG_ARCH       = noarch
+name       = automake
+version    = 1.11.1
+release    = 1
+arch       = noarch
 
-PKG_MAINTAINER =
-PKG_GROUPS     = Development/Tools
-PKG_URL        = http://www.gnu.org/software/automake/
-PKG_LICENSE    = GPLv2+
-PKG_SUMMARY    = A GNU tool for automatically configuring source code.
+groups     = Development/Tools
+url        = http://www.gnu.org/software/automake/
+license    = GPLv2+
+summary    = A GNU tool for automatically configuring source code.
 
-PKG_BUILD_DEPS+= autoconf perl
-PKG_DEPS      += autoconf
-
-define PKG_DESCRIPTION
+description
        Automake is a tool for automatically generating Makefile.in \
        files compliant with the GNU Coding Standards.
-endef
+end
+
+source_dl  = http://ftp.gnu.org/gnu/automake/
+sources    = %{thisapp}.tar.bz2
+
+build
+       requires
+               autoconf
+               perl
+       end
+end
 
-PKG_TARBALL    = $(THISAPP).tar.bz2
+packages
+       package %{name}
+               requires = autoconf
+       end
+end