mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-10 02:45:01 +02:00
35 lines
1,004 B
Text
35 lines
1,004 B
Text
# Contributor: Roberto Oliveira <robertoguimaraes8@gmail.com>
|
|
# Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com>
|
|
pkgname=zutils
|
|
pkgver=1.15
|
|
pkgrel=0
|
|
pkgdesc="A collection of utilities able to process any combination of compressed and uncompressed files transparently"
|
|
url="https://www.nongnu.org/zutils/zutils.html"
|
|
arch="all"
|
|
license="GPL-2.0-or-later"
|
|
subpackages="$pkgname-doc"
|
|
checkdepends="bzip2 gzip grep"
|
|
source="https://download.savannah.gnu.org/releases/zutils/zutils-$pkgver.tar.lz
|
|
noconflict.patch
|
|
"
|
|
|
|
build() {
|
|
./configure \
|
|
--prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
CXXFLAGS="$CXXFLAGS"
|
|
make
|
|
}
|
|
|
|
check() {
|
|
make check
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="
|
|
daca04d84c9c83def50477d57d566f6a72ee93559ba34ecf648eba750730261c366f89a86cd5ca8b68c30eee67102f5a5ea4da6bfc16682ebc2c3efb27d7f37c zutils-1.15.tar.lz
|
|
646b7a9e9f9aa445d3e4c75457a4a57b4481ad9314a2b29ae7b82d7d90a50204ad8e0b0dc0e2bf47addd39d599bf681919e405e3159fe8420f3b0bb95c6e3517 noconflict.patch
|
|
"
|