From: Michael Tremer Date: Wed, 2 Mar 2011 19:35:09 +0000 (+0100) Subject: pkg-config: Make package also known as "pkgconfig". X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79b84d46de5731bfe3bcab7c99149f65d8a7a3d1;p=ipfire-3.x.git pkg-config: Make package also known as "pkgconfig". --- diff --git a/pkgs/pkg-config/pkg-config.nm b/pkgs/pkg-config/pkg-config.nm index 64cadbe6c..1b4c818e5 100644 --- a/pkgs/pkg-config/pkg-config.nm +++ b/pkgs/pkg-config/pkg-config.nm @@ -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 \