community/libzip: support encrypted archives, improve abuild

This commit is contained in:
prspkt 2018-04-12 17:23:04 +00:00 committed by Timo Teräs
parent 2396ef3b86
commit fabc6abbf0

View File

@ -3,13 +3,13 @@
# Maintainer: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Carlo Landmeter <clandmeter@gmail.com>
pkgname=libzip pkgname=libzip
pkgver=1.5.1 pkgver=1.5.1
pkgrel=0 pkgrel=1
pkgdesc="A C library for reading, creating, and modifying zip archives" pkgdesc="C library for manipulating zip archives"
url="http://www.nih.at/libzip/index.html" url="http://www.nih.at/libzip/index.html"
arch="all" arch="all"
license="BSD" license="BSD-3-Clause"
depends_dev="zlib-dev" depends_dev="zlib-dev"
makedepends="$depends_dev perl cmake" makedepends="$depends_dev cmake libressl-dev perl"
subpackages="$pkgname-dev $pkgname-doc $pkgname-tools" subpackages="$pkgname-dev $pkgname-doc $pkgname-tools"
source="https://www.nih.at/libzip/$pkgname-$pkgver.tar.xz" source="https://www.nih.at/libzip/$pkgname-$pkgver.tar.xz"
builddir="$srcdir/$pkgname-$pkgver" builddir="$srcdir/$pkgname-$pkgver"