aboutsummaryrefslogtreecommitdiffstats
path: root/testing/zutils/APKBUILD
blob: 8d9d4baa52cb1cdc6dcf1dbe410b3e22c5702a20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Contributor: Roberto Oliveira <robertoguimaraes8@gmail.com>
# Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com>
pkgname=zutils
pkgver=1.7_pre1
_pkgver=1.7-pre1
pkgrel=0
pkgdesc="A collection of utilities able to process any combination of compressed and uncompressed files transparently"
url="http://www.nongnu.org/zutils/zutils.html"
arch="all"
license="GPL-2.0"
depends=""
makedepends=""
subpackages="$pkgname-doc"
checkdepends="bzip2"
source="http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$_pkgver.tar.lz"
builddir="$srcdir/$pkgname-$_pkgver"

build() {
	cd "$builddir"
	./configure --prefix=/usr
	make
}

check() {
	cd "$builddir"
	make check
}

package() {
	cd "$builddir"
	make DESTDIR="$pkgdir" install
}

sha512sums="24d238e1bff8502ad76a9e4af69a8edb69de9656b598c425797bafca46a4645a21a1ba296d67e47dd1adba52c6339fbffbc14851078078152e6e3ef3a6fc1a22  zutils-1.7-pre1.tar.lz"