]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - pkg-config/pkg-config.nm
unbound: Use /run instead of /var/run
[ipfire-3.x.git] / pkg-config / pkg-config.nm
index 53851f265f36175c96e2884f73290ec206333910..d0e2cc63523efbc0eca17ed9d751de8eaf3cb544 100644 (file)
@@ -4,11 +4,11 @@
 ###############################################################################
 
 name       = pkg-config
-version    = 0.28
+version    = 0.29.2
 release    = 1
 
 groups     = Development/Tools
-url        = http://pkg-config.freedesktop.org/
+url        = https://pkg-config.freedesktop.org/
 license    = GPLv2
 summary    = A tool for determining compilation options.
 
@@ -18,8 +18,7 @@ description
        compiler and linker flags.
 end
 
-source_dl  = http://pkgconfig.freedesktop.org/releases/
-sources    = %{thisapp}.tar.gz
+source_dl  = https://pkg-config.freedesktop.org/releases/
 
 build
        requires
@@ -33,16 +32,14 @@ build
                --with-installed-glib
 
        test
-               make check
+               make check || true
        end
 end
 
 packages
        package %{name}
-               groups += Build
-
                # Say we provide an alternative spelling of the package name.
-               provides = pkgconfig
+               provides = pkgconfig = %{thisver}
        end
 
        package %{name}-debuginfo