summaryrefslogtreecommitdiff
path: root/community/lz4/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lz4/PKGBUILD')
-rw-r--r--community/lz4/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/lz4/PKGBUILD b/community/lz4/PKGBUILD
index e305c8c70..127a04730 100644
--- a/community/lz4/PKGBUILD
+++ b/community/lz4/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 96146 2013-08-20 10:35:29Z seblu $
+# $Id: PKGBUILD 98004 2013-10-03 00:48:10Z seblu $
# Maintainer: Sébastien Luttringer
# Contacted by mail, author use svn commit as release version.
# He only push tested release code into svn and support using revision as version
pkgname=lz4
-pkgver=102
-pkgrel=2
+pkgver=106
+pkgrel=1
pkgdesc='Very fast lossless compression algorithm'
arch=('i686' 'x86_64')
url='https://code.google.com/p/lz4/'
@@ -18,11 +18,12 @@ md5sums=('SKIP')
build() {
cd $pkgname
- make
+ make lz4 lz4c
}
package() {
cd $pkgname
+ install -Dm755 lz4 "$pkgdir/usr/bin/lz4"
install -Dm755 lz4c "$pkgdir/usr/bin/lz4c"
install -Dm644 cmake/pack/release_COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}