]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blobdiff - pkgs/pax-utils/pax-utils.nm
Change file layout of the makefiles.
[people/arne_f/ipfire-3.x.git] / pkgs / pax-utils / pax-utils.nm
index f6dc4c98c3813ab1faf1bbfe5cc5730cbbab28fb..4f9debb4106d042e3c9e3ad058da2b78698b3245 100644 (file)
@@ -1,47 +1,34 @@
 ###############################################################################
-#                                                                             #
-# 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
+name       = pax-utils
+version    = 0.1.19
+release    = 1
 
-PKG_NAME       = pax-utils
-PKG_VER        = 0.1.19
-PKG_REL        = 0
+groups     = Security/Tools
+url        = http://www.gentoo.org/proj/en/hardened/pax-utils.xml
+license    = GPLv2+
+summary    = Utilities for checking PaX features.
 
-PKG_MAINTAINER =
-PKG_GROUPS     = Security/Tools
-PKG_URL        = http://www.gentoo.org/proj/en/hardened/pax-utils.xml
-PKG_LICENSE    = GPLv2+
-PKG_SUMMARY    = Utilities for checking PaX features.
+description
+       This package contains several utilities for checking PaX features.
+end
 
-PKG_BUILD_DEPS+= libcap-devel
+source_dl  =
+sources    = %{thisapp}.tar.bz2
 
-define PKG_DESCRIPTION
-       This package contains several utilities for checking PaX features.
-endef
+build
+       requires
+               libcap-devel
+       end
 
-PKG_TARBALL    = $(THISAPP).tar.bz2
+       build
+               make CFLAGS="%{CFLAGS}" USE_CAP=yes %{PARALLELISMFLAGS}
+       end
+end
 
-define STAGE_BUILD
-       cd $(DIR_APP) && make CFLAGS="$(CFLAGS)" USE_CAP=yes $(PARALLELISMFLAGS)
-endef
+packages
+       package %{name}
+end