Add pkgconf 1.4.2 (#8256)

This commit is contained in:
Adam J. Stewart 2018-05-23 13:27:39 -05:00 committed by GitHub
parent f57ce38c41
commit 13a1575452
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,14 +32,18 @@ class Pkgconf(AutotoolsPackage):
maintaining compatibility."""
homepage = "http://pkgconf.org/"
url = "http://distfiles.alpinelinux.org/distfiles/pkgconf-1.3.10.tar.xz"
url = "http://distfiles.alpinelinux.org/distfiles/pkgconf-1.4.2.tar.xz"
version('1.4.0', 'c509c0dad5a70aa4bc3210557b7eafce')
version('1.4.2', '678d242b4eef1754bba6a58642af10bb')
version('1.4.0', 'c509c0dad5a70aa4bc3210557b7eafce')
version('1.3.10', '9b63707bf6f8da6efb3868101d7525fe')
version('1.3.8', '484ba3360d983ce07416843d5bc916a8')
version('1.3.8', '484ba3360d983ce07416843d5bc916a8')
provides('pkgconfig')
# TODO: Add a package for the kyua testing framework
# depends_on('kyua', type='test')
def setup_dependent_environment(self, spack_env, run_env, dependent_spec):
"""Adds the ACLOCAL path for autotools."""
spack_env.append_path('ACLOCAL_PATH',