[arch-commits] Commit in lz4/trunk (PKGBUILD)

Sébastien Luttringer seblu at nymeria.archlinux.org
Tue Sep 10 10:57:48 UTC 2013


    Date: Tuesday, September 10, 2013 @ 12:57:48
  Author: seblu
Revision: 97015

upgpkg: lz4 104-1

Modified:
  lz4/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-10 10:25:50 UTC (rev 97014)
+++ PKGBUILD	2013-09-10 10:57:48 UTC (rev 97015)
@@ -5,8 +5,8 @@
 # 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 @@
 
 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"
 }




More information about the arch-commits mailing list