diff options
Diffstat (limited to 'main/bzip2/APKBUILD')
-rw-r--r-- | main/bzip2/APKBUILD | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/main/bzip2/APKBUILD b/main/bzip2/APKBUILD index b1351d6038..aa73e70ab5 100644 --- a/main/bzip2/APKBUILD +++ b/main/bzip2/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=bzip2 pkgver=1.0.6 -pkgrel=5 +pkgrel=6 pkgdesc="A high-quality data compression program" url="http://sources.redhat.com/bzip2" arch="all" @@ -45,6 +45,11 @@ build () { make all } +check() { + cd "$builddir" + make check +} + package() { cd "$builddir" make PREFIX="$pkgdir"/usr install |