]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
pkg-config: Update to 0.25.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 29 May 2010 13:15:39 +0000 (15:15 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 29 May 2010 13:28:22 +0000 (15:28 +0200)
pkgs/core/pkg-config/pkg-config.nm

index a2dcaee8f9ff03ced99a390291930ebd966cad41..4cbdc290b59e36a302aef61ff0799a060ea6d0a5 100644 (file)
@@ -25,7 +25,7 @@
 include $(PKGROOT)/Include
 
 PKG_NAME       = pkg-config
-PKG_VER        = 0.22
+PKG_VER        = 0.25
 PKG_REL        = 0
 
 PKG_MAINTAINER =
@@ -34,7 +34,8 @@ PKG_URL        = http://pkg-config.freedesktop.org/
 PKG_LICENSE    = GPLv2
 PKG_SUMMARY    = A tool for determining compilation options.
 
-PKG_DEPS      += m4
+PKG_BUILD_DEPS+= m4 sed
+PKG_DEPS      += popt
 
 define PKG_DESCRIPTION
        The pkgconfig tool determines compilation options. For each required \
@@ -44,7 +45,9 @@ endef
 
 PKG_TARBALL    = $(THISAPP).tar.gz
 
-# fails
-#define STAGE_TEST
-#      cd $(DIR_APP) && make check
-#endef
+CONFIGURE_OPTIONS += \
+       --with-installed-popt
+
+define STAGE_TEST
+       cd $(DIR_APP) && make check
+endef