From de5f1f43ee02bd7b434dda0a7409505baf28fcd6 Mon Sep 17 00:00:00 2001 From: Celeste <20312-Celeste@users.gitlab.alpinelinux.org> Date: Sat, 7 Sep 2024 03:17:24 +0000 Subject: [PATCH] testing/plzip: claim maintainership --- testing/plzip/APKBUILD | 12 ++++++++---- 1 file 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 -# Maintainer: +# Maintainer: Celeste 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 }