]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
pax-utils: Update package to be built with the new version of the buildsystem.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Sep 2010 11:08:55 +0000 (13:08 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Sep 2010 11:08:55 +0000 (13:08 +0200)
pkgs/core/pax-utils/pax-utils.nm

index 06fcd205b54202cc7f9e2898b030bf655242574a..2829cb9d33255acb973d849d160e3172bcf8e6be 100644 (file)
@@ -34,7 +34,7 @@ PKG_URL        = http://www.gentoo.org/proj/en/hardened/pax-utils.xml
 PKG_LICENSE    = GPLv2+
 PKG_SUMMARY    = Utilities for checking PaX features.
 
-PKG_DEPS      += libcap
+PKG_BUILD_DEPS+= libcap-devel
 
 define PKG_DESCRIPTION
        This package contains several utilities for checking PaX features.
@@ -42,10 +42,6 @@ endef
 
 PKG_TARBALL    = $(THISAPP).tar.bz2
 
-###############################################################################
-# Installation Details
-###############################################################################
-
 define STAGE_BUILD
        cd $(DIR_APP) && make CFLAGS="$(CFLAGS)" USE_CAP=yes $(PARALLELISMFLAGS)
 endef