New package: zziplib-0.13.62.
This commit is contained in:
parent
5ff7a69036
commit
138bcba781
3 changed files with 39 additions and 0 deletions
|
@ -1243,3 +1243,4 @@ libunwind.so.8 libunwind-1.1_1
|
||||||
libmicrohttpd.so.10 libmicrohttpd-0.9.26_1
|
libmicrohttpd.so.10 libmicrohttpd-0.9.26_1
|
||||||
libgit2.so.0 libgit2-0.18.0_1
|
libgit2.so.0 libgit2-0.18.0_1
|
||||||
libagg.so.2 agg-2.5_1
|
libagg.so.2 agg-2.5_1
|
||||||
|
libzzip-0.so.13 zziplib-0.13.62_1
|
||||||
|
|
1
srcpkgs/zziplib-devel
Symbolic link
1
srcpkgs/zziplib-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
zziplib
|
37
srcpkgs/zziplib/template
Normal file
37
srcpkgs/zziplib/template
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
# Template file for 'zziplib'
|
||||||
|
pkgname=zziplib
|
||||||
|
version=0.13.62
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="pkg-config python"
|
||||||
|
makedepends="zlib-devel"
|
||||||
|
short_desc="A lightweight library to extract data from zip files"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
homepage="http://zziplib.sourceforge.net"
|
||||||
|
license="LGPL-2.1, MPL-1.1"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
|
checksum=a1b8033f1a1fd6385f4820b01ee32d8eca818409235d22caf5119e0078c7525b
|
||||||
|
|
||||||
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends+=" automake libtool"
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
fi
|
||||||
|
|
||||||
|
zziplib-devel_package() {
|
||||||
|
depends="${sourcepkg}>=${version}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.a"
|
||||||
|
vmove usr/share
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
zziplib_package() {
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue