From: Michael Tremer Date: Thu, 2 Sep 2010 23:27:49 +0000 (+0200) Subject: acl: Update package to be built with the new version of the buildsystem. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e5c27e706e5ac47ccc22d003137a1f23ed7be4d;p=ipfire-3.x.git acl: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/acl/acl.nm b/pkgs/core/acl/acl.nm index 94d4adfb9..8ba2e31ef 100644 --- a/pkgs/core/acl/acl.nm +++ b/pkgs/core/acl/acl.nm @@ -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 \