pkgconf: update to 1.5.1.

This commit is contained in:
maxice8 2018-06-14 08:02:41 -03:00
parent 7d3cd4499b
commit 6fcb6a0c4c
2 changed files with 19 additions and 4 deletions

1
srcpkgs/pkgconf-devel Symbolic link
View File

@ -0,0 +1 @@
pkgconf

View File

@ -1,6 +1,6 @@
# Template file for 'pkgconf'
pkgname=pkgconf
version=1.4.2
version=1.5.1
revision=1
conflicts="pkg-config"
build_style=gnu-configure
@ -9,10 +9,24 @@ checkdepends="kyua"
short_desc="Provides compiler and linker configuration"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="MIT"
homepage="https://github.com/pkgconf/pkgconf"
distfiles="https://distfiles.dereferenced.org/pkgconf/$pkgname-$version.tar.xz"
checksum=bab39371d4ab972be1d539a8b10b6cc21f8eafc97f617102e667e82bd32eb234
homepage="https://git.dereferenced.org/pkgconf/pkgconf"
changelog="https://git.dereferenced.org/pkgconf/pkgconf/raw/branch/master/NEWS"
distfiles="https://distfiles.dereferenced.org/pkgconf/${pkgname}-${version}.tar.xz"
checksum=d6877d721f84b59f137da48b237f16e68b598f5afc4f2a04d0a5c9e7e2bf5462
post_install() {
vlicense COPYING
}
pkgconf-devel_package() {
depends="pkgconf-${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/share/aclocal
vmove usr/share/man/man7
vmove "usr/lib/*.so"
vmove "usr/lib/*.a"
}
}