]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
naoki: Introduce PKG_PROVIDES.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 12 Sep 2010 21:53:25 +0000 (23:53 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 12 Sep 2010 21:53:25 +0000 (23:53 +0200)
A new variable PKG_PROVIDES which lets the maintainer decide what
additional things a package should provide. Use with caution.

pkgs/Constants

index c8142a14b00c05be283a4a01078d870df33e459a..7cdb6804a76618c38d32bb22d7abb60fedd25348 100644 (file)
@@ -6,7 +6,8 @@
 ###############################################################################
 
 PKG_VARIABLES = PKG_BUILD_DEPS PKG_DEPS PKG_DESCRIPTION PKG_FILES PKG_GROUP \
-       PKG_MAINTAINER PKG_LICENSE PKG_REL PKG_SUMMARY PKG_URL PKG_VER
+       PKG_MAINTAINER PKG_LICENSE PKG_PROVIDES PKG_REL PKG_SUMMARY PKG_URL \
+       PKG_VER
 
 ifeq "$(CHROOT)" "1"
        BASEDIR = /usr/src