mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/libzip: support encrypted archives, improve abuild
This commit is contained in:
parent
2396ef3b86
commit
fabc6abbf0
@ -3,13 +3,13 @@
|
||||
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
|
||||
pkgname=libzip
|
||||
pkgver=1.5.1
|
||||
pkgrel=0
|
||||
pkgdesc="A C library for reading, creating, and modifying zip archives"
|
||||
pkgrel=1
|
||||
pkgdesc="C library for manipulating zip archives"
|
||||
url="http://www.nih.at/libzip/index.html"
|
||||
arch="all"
|
||||
license="BSD"
|
||||
license="BSD-3-Clause"
|
||||
depends_dev="zlib-dev"
|
||||
makedepends="$depends_dev perl cmake"
|
||||
makedepends="$depends_dev cmake libressl-dev perl"
|
||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-tools"
|
||||
source="https://www.nih.at/libzip/$pkgname-$pkgver.tar.xz"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
Loading…
Reference in New Issue
Block a user