summaryrefslogtreecommitdiffstats
path: root/main/bzip2
diff options
context:
space:
mode:
Diffstat (limited to 'main/bzip2')
-rw-r--r--main/bzip2/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/main/bzip2/APKBUILD b/main/bzip2/APKBUILD
index 4a15eb183..2a226b55e 100644
--- a/main/bzip2/APKBUILD
+++ b/main/bzip2/APKBUILD
@@ -1,13 +1,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=bzip2
pkgver=1.0.6
-pkgrel=2
+pkgrel=3
pkgdesc="A high-quality data compression program"
url="http://sources.redhat.com/bzip2"
arch="all"
-license="BZIP2"
+license="BSD"
depends=""
install=""
+subpackages="$pkgname-dev $pkgname-doc libbz2"
source="http://www.bzip.org/$pkgver/$pkgname-$pkgver.tar.gz
bzip2-1.0.4-makefile-CFLAGS.patch
bzip2-1.0.6-saneso.patch
@@ -16,7 +17,6 @@ source="http://www.bzip.org/$pkgver/$pkgname-$pkgver.tar.gz
bzip2-1.0.3-no-test.patch
bzip2-1.0.4-POSIX-shell.patch
"
-subpackages="$pkgname-dev $pkgname-doc libbz2"
_builddir="$srcdir"/$pkgname-$pkgver
prepare() {
@@ -42,7 +42,6 @@ prepare() {
sed -i \
-e "s:1\.0\.4:$pkgver:" \
bzip2.1 bzip2.txt Makefile-libbz2_so manual.* || return 1
-
}
build () {