libzip: update to 0.11.2.
This commit is contained in:
parent
34e19ded80
commit
0af1023518
@ -1,14 +1,19 @@
|
||||
# Template file for 'libzip'
|
||||
pkgname=libzip
|
||||
version=0.10.1
|
||||
version=0.11.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="zlib-devel"
|
||||
short_desc="C library for reading, creating, and modifying zip archives"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.nih.at/libzip/"
|
||||
distfiles="${homepage}/${pkgname}-${version}.tar.gz"
|
||||
checksum=a7cdb5112004db5147f330f16c0f0e732922c342b9f0cda422c45e254590b617
|
||||
checksum=83db1fb43a961ff7d1d1b50e1c6bea09c67e6af867686d1fc92ecb7dc6cf98d5
|
||||
|
||||
post_install() {
|
||||
ln -sfr ${DESTDIR}/usr/lib/libzip/include/zipconf.h ${DESTDIR}/usr/include/zipconf.h
|
||||
}
|
||||
|
||||
libzip-devel_package() {
|
||||
depends="${sourcepkg}>=${version}"
|
||||
@ -18,6 +23,7 @@ libzip-devel_package() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/libzip
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user