]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
acl: Update package to be built with the new version of the buildsystem.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Sep 2010 23:27:49 +0000 (01:27 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Sep 2010 23:27:49 +0000 (01:27 +0200)
pkgs/core/acl/acl.nm

index 94d4adfb9c248d2a7c4efd3d4c0ec0a2f4013c48..8ba2e31ef5e6eaf5a1f9242525f27a0522d7529a 100644 (file)
@@ -34,19 +34,19 @@ PKG_URL        = http://oss.sgi.com/projects/xfs/
 PKG_LICENSE    = GPLv2+
 PKG_SUMMARY    = Access control list utilities.
 
-PKG_PACKAGES  += $(PKG_NAME_REAL)-devel
-
 define PKG_DESCRIPTION
        This package contains the getfacl and setfacl utilities needed for \
        manipulating access control lists.
 endef
 
-PKG_BUILD_DEPS+= gettext libtool make
-PKG_DEPS      += attr libnfsidmap
+PKG_BUILD_DEPS+= gettext libattr-devel libnfsidmap-devel libtool
 
 PKG_TARBALL    = $(THISAPP).tar.gz
 
-STAGE_BUILD_TARGETS += LIBTOOL="libtool --tag=CC"
+PKG_PACKAGES  += libacl libacl-devel
+
+PKG_FILES-libacl       = $(PKG_FILES-$(PKG_NAME_REAL)-libs)
+PKG_FILES-libacl-devel = $(PKG_FILES-$(PKG_NAME_REAL)-devel)
 
 CONFIGURE_OPTIONS += \
        --bindir=/bin \