diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-31 03:27:12 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-31 03:27:12 +0000 |
commit | 5a81550adad5ccde4ad6924cfee2b2ef96d02c98 (patch) | |
tree | 5baa7121fc2147a5e1aae552ff6a715922e35aaa /community/lz4 | |
parent | 53db844f5c8c3d0a6752bb40f65c613020084541 (diff) |
Tue Dec 31 03:24:15 UTC 2013
Diffstat (limited to 'community/lz4')
-rw-r--r-- | community/lz4/PKGBUILD | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/community/lz4/PKGBUILD b/community/lz4/PKGBUILD index d9f56aa5d..0fc508a3f 100644 --- a/community/lz4/PKGBUILD +++ b/community/lz4/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 102089 2013-12-04 21:52:14Z seblu $ +# $Id: PKGBUILD 103238 2013-12-30 22:18:53Z 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=109 -pkgrel=2 +pkgver=110 +pkgrel=1 pkgdesc='Very fast lossless compression algorithm' arch=('i686' 'x86_64') url='https://code.google.com/p/lz4/' @@ -18,14 +18,12 @@ md5sums=('SKIP') build() { cd $pkgname - make lz4 lz4c + make } package() { cd $pkgname - install -Dm755 lz4 "$pkgdir/usr/bin/lz4" - install -Dm755 lz4c "$pkgdir/usr/bin/lz4c" - install -Dm644 lz4.1 "$pkgdir/usr/share/man/man1/lz4.1" + make install DESTDIR="$pkgdir" } # vim:set ts=2 sw=2 et: |