summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testing/plzip/APKBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/testing/plzip/APKBUILD b/testing/plzip/APKBUILD
index a7f6ed391ce..88cbd94afe0 100644
--- a/testing/plzip/APKBUILD
+++ b/testing/plzip/APKBUILD
@@ -1,10 +1,10 @@
# Contributor: Klemens Nanni <kl3@posteo.org>
-# Maintainer:
+# Maintainer: Celeste <cielesti@protonmail.com>
pkgname=plzip
pkgver=1.11
-pkgrel=0
+pkgrel=1
pkgdesc="Massively parallel lossless data compressor"
-url="http://www.nongnu.org/lzip/plzip.html"
+url="https://www.nongnu.org/lzip/plzip.html"
arch="all"
license="GPL-2.0-or-later"
makedepends="lzlib-dev"
@@ -13,8 +13,12 @@ source="https://download.savannah.gnu.org/releases/lzip/plzip/plzip-$pkgver.tar.
build() {
./configure \
+ --build=$CBUILD \
+ --host=$CHOST \
--prefix=/usr \
- --mandir=/usr/share/man
+ --sysconfdir=/etc \
+ --mandir=/usr/share/man \
+ --localstatedir=/var
make
}