aboutsummaryrefslogtreecommitdiffstats
path: root/main/lzo/APKBUILD
diff options
context:
space:
mode:
authorAndrew Manison <amanison@anselsystems.com>2010-07-14 16:03:58 +0000
committerAndrew Manison <amanison@anselsystems.com>2010-07-14 16:03:58 +0000
commit27b2a7bc9a5b5027aa85431bf44d3ff47ed8ba5e (patch)
tree4e4e100e626f6d3b4982fd209277debd14be2f51 /main/lzo/APKBUILD
parent6e8020140bbfb5e42802eed7c1491e675924cc01 (diff)
parent32441b10eaf9c5e6f7314af040cd557256b1d2da (diff)
downloadaports-27b2a7bc9a5b5027aa85431bf44d3ff47ed8ba5e.tar.bz2
aports-27b2a7bc9a5b5027aa85431bf44d3ff47ed8ba5e.tar.xz
Merge remote branch 'alpine/master'
Conflicts: main/libconfig/APKBUILD
Diffstat (limited to 'main/lzo/APKBUILD')
-rw-r--r--main/lzo/APKBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/main/lzo/APKBUILD b/main/lzo/APKBUILD
index aa73d34600..d44ed0f700 100644
--- a/main/lzo/APKBUILD
+++ b/main/lzo/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Michael Mason <ms13sp@gmail.com>
pkgname=lzo
pkgver=2.03
-pkgrel=1
+pkgrel=2
pkgdesc="LZO -- a real-time data compression library"
url="http://www.oberhumer.com/opensource/lzo"
license="GPL"
@@ -21,6 +21,10 @@ build() {
--infodir=/usr/share/info \
--enable-shared
make || return 1
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}