summaryrefslogtreecommitdiff
path: root/community/lz4
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-09-11 01:51:01 -0700
committerroot <root@rshg054.dnsready.net>2013-09-11 01:51:01 -0700
commit2cfbbdcb041073ed1f9aff2f2fd630b24e039e6d (patch)
treedc3af95fb8134ce025aa4a516ab1a00adf0e1917 /community/lz4
parentf5039428394b8715a685c006ab4c7421f45d0aff (diff)
Wed Sep 11 01:49:28 PDT 2013
Diffstat (limited to 'community/lz4')
-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..c1ebdfefc 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 97016 2013-09-10 10:58:05Z 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=104
+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"
}