]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
pkg-config: Make package also known as "pkgconfig".
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 2 Mar 2011 19:35:09 +0000 (20:35 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 2 Mar 2011 19:35:09 +0000 (20:35 +0100)
pkgs/pkg-config/pkg-config.nm

index 64cadbe6c1cf9195aa07ae21a624cc77218d24a0..1b4c818e54b8ee657c00e38913f8b6ad662abee2 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = pkg-config
 PKG_VER        = 0.25
-PKG_REL        = 0
+PKG_REL        = 1
 
 PKG_MAINTAINER =
 PKG_GROUP      = Development/Tools
@@ -36,6 +36,9 @@ PKG_SUMMARY    = A tool for determining compilation options.
 
 PKG_BUILD_DEPS+= m4 popt-devel sed
 
+# Say we provide an alternative spelling of the package name.
+PKG_PROVIDES  += pkgconfig
+
 define PKG_DESCRIPTION
        The pkgconfig tool determines compilation options. For each required \
        library, it reads the configuration file and outputs the necessary \