Add pkgconf 1.4.2 (#8256)
This commit is contained in:
parent
f57ce38c41
commit
13a1575452
1 changed files with 7 additions and 3 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue