diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-21 00:07:21 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-21 00:07:21 +0000 |
commit | 1fc145e97b0ee14150e795d4696a786eba0c8efe (patch) | |
tree | 84d69774121778a5ad81951d5f5fb2f9649b28b4 /system/bzip2 | |
parent | b4e00d02ace367aeee24818164758f3cb35bba75 (diff) | |
download | packages-1fc145e97b0ee14150e795d4696a786eba0c8efe.tar.gz packages-1fc145e97b0ee14150e795d4696a786eba0c8efe.tar.bz2 packages-1fc145e97b0ee14150e795d4696a786eba0c8efe.tar.xz packages-1fc145e97b0ee14150e795d4696a786eba0c8efe.zip |
system/b*: modernise, fix descriptions
Diffstat (limited to 'system/bzip2')
-rw-r--r-- | system/bzip2/APKBUILD | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/system/bzip2/APKBUILD b/system/bzip2/APKBUILD index ed22b0137..b609d57bc 100644 --- a/system/bzip2/APKBUILD +++ b/system/bzip2/APKBUILD @@ -2,7 +2,7 @@ pkgname=bzip2 pkgver=1.0.8 pkgrel=0 -pkgdesc="A high-quality data compression program" +pkgdesc="Block-sorting file compressor" url="https://www.sourceware.org/bzip2/" arch="all" license="BSD-4-Clause" @@ -40,18 +40,15 @@ prepare() { } build () { - cd "$builddir" make -f Makefile-libbz2_so all make all } check() { - cd "$builddir" make check } package() { - cd "$builddir" make PREFIX="$pkgdir"/usr install install -D libbz2.so.$pkgver "$pkgdir"/usr/lib/libbz2.so.$pkgver ln -s libbz2.so.$pkgver "$pkgdir"/usr/lib/libbz2.so |