pkgconf: update to 1.5.1.
This commit is contained in:
parent
7d3cd4499b
commit
6fcb6a0c4c
2 changed files with 19 additions and 4 deletions
1
srcpkgs/pkgconf-devel
Symbolic link
1
srcpkgs/pkgconf-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
pkgconf
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'pkgconf'
|
# Template file for 'pkgconf'
|
||||||
pkgname=pkgconf
|
pkgname=pkgconf
|
||||||
version=1.4.2
|
version=1.5.1
|
||||||
revision=1
|
revision=1
|
||||||
conflicts="pkg-config"
|
conflicts="pkg-config"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -9,10 +9,24 @@ checkdepends="kyua"
|
||||||
short_desc="Provides compiler and linker configuration"
|
short_desc="Provides compiler and linker configuration"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/pkgconf/pkgconf"
|
homepage="https://git.dereferenced.org/pkgconf/pkgconf"
|
||||||
distfiles="https://distfiles.dereferenced.org/pkgconf/$pkgname-$version.tar.xz"
|
changelog="https://git.dereferenced.org/pkgconf/pkgconf/raw/branch/master/NEWS"
|
||||||
checksum=bab39371d4ab972be1d539a8b10b6cc21f8eafc97f617102e667e82bd32eb234
|
distfiles="https://distfiles.dereferenced.org/pkgconf/${pkgname}-${version}.tar.xz"
|
||||||
|
checksum=d6877d721f84b59f137da48b237f16e68b598f5afc4f2a04d0a5c9e7e2bf5462
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue