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

Sébastien Luttringer seblu at nymeria.archlinux.org
Wed Dec 4 21:52:06 UTC 2013


    Date: Wednesday, December 4, 2013 @ 22:52:05
  Author: seblu
Revision: 102088

upgpkg: lz4 109-2

- the code license is GPL. BSD cmake files are not shipped in our package.
- implement FS#38003

Modified:
  lz4/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-04 21:44:00 UTC (rev 102087)
+++ PKGBUILD	2013-12-04 21:52:05 UTC (rev 102088)
@@ -6,11 +6,11 @@
 
 pkgname=lz4
 pkgver=109
-pkgrel=1
+pkgrel=2
 pkgdesc='Very fast lossless compression algorithm'
 arch=('i686' 'x86_64')
 url='https://code.google.com/p/lz4/'
-license=('BSD' 'GPL2')
+license=('GPL2')
 makedepends=('svn')
 depends=('glibc')
 source=("$pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver")
@@ -25,7 +25,7 @@
   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"
+  install -Dm644 lz4.1 "$pkgdir/usr/share/man/man1/lz4.1"
 }
 
 # vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list