summaryrefslogtreecommitdiff
path: root/system/lzop
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-21 01:00:56 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-21 01:00:56 +0000
commit9a841fe2af5204c11e54bdb00a8f46088b30de7d (patch)
treec036b83ca4ac76a15eaa4c833523abddbcd290d4 /system/lzop
parent7833fcbe0f814b7ca0ea9bf5da6d0381de9c7d10 (diff)
downloadpackages-9a841fe2af5204c11e54bdb00a8f46088b30de7d.tar.gz
packages-9a841fe2af5204c11e54bdb00a8f46088b30de7d.tar.bz2
packages-9a841fe2af5204c11e54bdb00a8f46088b30de7d.tar.xz
packages-9a841fe2af5204c11e54bdb00a8f46088b30de7d.zip
system/l*: modernise, fix metadata, etc
Diffstat (limited to 'system/lzop')
-rw-r--r--system/lzop/APKBUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/system/lzop/APKBUILD b/system/lzop/APKBUILD
index 030364595..36b179302 100644
--- a/system/lzop/APKBUILD
+++ b/system/lzop/APKBUILD
@@ -9,12 +9,10 @@ arch="all"
license="GPL-2.0+"
depends=""
makedepends="lzo-dev"
-install=""
subpackages="$pkgname-doc"
source="http://www.lzop.org/download/lzop-$pkgver.tar.gz"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -26,12 +24,10 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}