libzip: modernize.
This commit is contained in:
parent
58bc83b1f5
commit
b329fa5f6f
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'libzip'
|
||||
pkgname=libzip
|
||||
version=0.11.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
makedepends="zlib-devel"
|
||||
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"
|
||||
homepage="http://www.nih.at/libzip/"
|
||||
distfiles="${homepage}/${pkgname}-${version}.tar.gz"
|
||||
|
@ -16,7 +16,7 @@ post_install() {
|
|||
}
|
||||
|
||||
libzip-devel_package() {
|
||||
depends="${sourcepkg}>=${version}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/share/man/man3
|
||||
|
|
Loading…
Reference in New Issue