aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lbzip2/APKBUILD
blob: 0a1d5b00889558aec46beb5aa351532a50edb5fd (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
35
36
37
38
39
40
# Contributor: Justin Menga <justin.menga@gmail.com>
# Maintainer: Justin Menga <justin.menga@gmail.com>
pkgname=lbzip2
pkgver=2.5
pkgrel=0
pkgdesc="A parallel bzip2 compression utility"
url="http://lbzip2.org"
arch="all"
license="GPL2+"
depends=""
depends_dev=""
makedepends="$depends_dev"
install=""
subpackages="$pkgname-doc"
source="http://archive.lbzip2.org/$pkgname-$pkgver.tar.gz"

_builddir="$srcdir"/$pkgname-$pkgver
prepare() {
	local i
	cd "$_builddir"
	for i in $source; do
		case $i in
		*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
		esac
	done
}

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

package() {
	cd "$_builddir"
        make DESTDIR="$pkgdir/" install
}
md5sums="3ea4796a9c3941cef1dce1fa7f5b7410  lbzip2-2.5.tar.gz"
sha256sums="46c75ee93cc95eedc6005625442b2b8e59a2bef3ba80987d0491f055185650e9  lbzip2-2.5.tar.gz"
sha512sums="76e96cfa75b3ed515b2f891349dffc1403daab2dd0a2a614fa0c811cec6ca25faa395da08ad68a9b6ba4069332c4571f70fb7424f06ef3d800c3082c08d7d3d7  lbzip2-2.5.tar.gz"