libzip: update to 1.0 (soname bump).
This commit is contained in:
parent
d9b11b8540
commit
4d191d6d9d
|
@ -1157,7 +1157,7 @@ librlog.so.5 librlog-1.4_1
|
|||
libtinyxml.so.0 tinyxml-2.6.2_1
|
||||
libbluray.so.1 libbluray-0.2.3_1
|
||||
libnfs.so.8 libnfs-1.9.7_1
|
||||
libzip.so.2 libzip-0.10.1_1
|
||||
libzip.so.4 libzip-1.0_1
|
||||
libapp.so.0 libapp-20110513_1
|
||||
libluajit-5.1.so.2 LuaJIT-2.0.0_1
|
||||
libOSMesa.so.8 libOSMesa-9.1_1
|
||||
|
|
|
@ -1,15 +1,16 @@
|
|||
# Template file for 'libzip'
|
||||
pkgname=libzip
|
||||
version=0.11.2
|
||||
revision=2
|
||||
version=1.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="perl"
|
||||
makedepends="zlib-devel"
|
||||
short_desc="C library for reading, creating, and modifying zip archives"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.nih.at/libzip/"
|
||||
distfiles="${homepage}/${pkgname}-${version}.tar.gz"
|
||||
checksum=83db1fb43a961ff7d1d1b50e1c6bea09c67e6af867686d1fc92ecb7dc6cf98d5
|
||||
checksum=07ec525ed753264d41df8c94a7f3fb3b60a70243bc96723b9a27869fc797444c
|
||||
|
||||
post_install() {
|
||||
ln -sfr ${DESTDIR}/usr/lib/libzip/include/zipconf.h ${DESTDIR}/usr/include/zipconf.h
|
||||
|
|
Loading…
Reference in New Issue