From: Michael Tremer Date: Sun, 12 Sep 2010 21:53:25 +0000 (+0200) Subject: naoki: Introduce PKG_PROVIDES. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7546c24cf28bad23cb3bf7154864d2524ea8bf69;p=ipfire-3.x.git naoki: Introduce PKG_PROVIDES. A new variable PKG_PROVIDES which lets the maintainer decide what additional things a package should provide. Use with caution. --- diff --git a/pkgs/Constants b/pkgs/Constants index c8142a14b..7cdb6804a 100644 --- a/pkgs/Constants +++ b/pkgs/Constants @@ -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