libzip: update to 1.3.1. (#9337)
This commit is contained in:
parent
312f24641c
commit
eea0672e80
1 changed files with 2 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libzip'
|
||||
pkgname=libzip
|
||||
version=1.3.0
|
||||
version=1.3.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="perl"
|
||||
|
@ -10,11 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="GPL-2"
|
||||
homepage="http://www.nih.at/libzip"
|
||||
distfiles="${homepage}/${pkgname}-${version}.tar.gz"
|
||||
checksum=a919350f683ca6194df0a856698b477da9e06416665b883fe4fc23c0e46e6398
|
||||
|
||||
post_install() {
|
||||
ln -sfr ${DESTDIR}/usr/lib/libzip/include/zipconf.h ${DESTDIR}/usr/include/zipconf.h
|
||||
}
|
||||
checksum=4bf80218cd02dacb2aac1165919b9fe6ae8e3220f3c7c225916204b687d8b829
|
||||
|
||||
libzip-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
|
@ -25,6 +21,5 @@ libzip-devel_package() {
|
|||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/libzip
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue