libzip: modernize.

This commit is contained in:
Juan RP 2014-06-08 11:33:45 +02:00
parent 58bc83b1f5
commit b329fa5f6f

View file

@ -1,11 +1,11 @@
# Template file for 'libzip' # Template file for 'libzip'
pkgname=libzip pkgname=libzip
version=0.11.2 version=0.11.2
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
makedepends="zlib-devel" makedepends="zlib-devel"
short_desc="C library for reading, creating, and modifying zip archives" short_desc="C library for reading, creating, and modifying zip archives"
maintainer="pancake <pancake@nopcode.org>" maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2" license="GPL-2"
homepage="http://www.nih.at/libzip/" homepage="http://www.nih.at/libzip/"
distfiles="${homepage}/${pkgname}-${version}.tar.gz" distfiles="${homepage}/${pkgname}-${version}.tar.gz"
@ -16,7 +16,7 @@ post_install() {
} }
libzip-devel_package() { libzip-devel_package() {
depends="${sourcepkg}>=${version}" depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/share/man/man3 vmove usr/share/man/man3