community/lzlib: claim maintainership

This commit is contained in:
Celeste 2024-09-07 03:11:20 +00:00
parent 53fc16773f
commit 6e6e30eb98

View File

@ -1,10 +1,10 @@
# Contributor: Klemens Nanni <kl3@posteo.org>
# Maintainer:
# Maintainer: Celeste <cielesti@protonmail.com>
pkgname=lzlib
pkgver=1.14
pkgrel=0
pkgrel=1
pkgdesc="Library for the lzip compression file format"
url="http://www.nongnu.org/lzip/lzlib.html"
url="https://www.nongnu.org/lzip/lzlib.html"
arch="all"
license="GPL-2.0-or-later"
subpackages="$pkgname-doc $pkgname-dev"
@ -17,6 +17,7 @@ build() {
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
--disable-static
make
}