From 5a81550adad5ccde4ad6924cfee2b2ef96d02c98 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Tue, 31 Dec 2013 03:27:12 +0000 Subject: Tue Dec 31 03:24:15 UTC 2013 --- community/lz4/PKGBUILD | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'community/lz4') 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: -- cgit v1.2.3-54-g00ecf