[arch-commits] Commit in lz4/repos (4 files)

Sébastien Luttringer seblu at nymeria.archlinux.org
Tue Aug 20 09:01:59 UTC 2013


    Date: Tuesday, August 20, 2013 @ 11:01:59
  Author: seblu
Revision: 96137

archrelease: copy trunk to community-i686, community-x86_64

Added:
  lz4/repos/community-i686/
  lz4/repos/community-i686/PKGBUILD
    (from rev 96136, lz4/trunk/PKGBUILD)
  lz4/repos/community-x86_64/
  lz4/repos/community-x86_64/PKGBUILD
    (from rev 96136, lz4/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: lz4/repos/community-i686/PKGBUILD (from rev 96136, lz4/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-08-20 09:01:59 UTC (rev 96137)
@@ -0,0 +1,33 @@
+# $Id$
+# 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=1
+pkgdesc='Very fast lossless compression algorithm'
+arch=('i686' 'x86_64')
+url='https://code.google.com/p/lz4/'
+license=('BSD')
+makedepends=('svn')
+depends=('glibc')
+source=("$pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver")
+md5sums=('SKIP')
+
+_binaries=(lz4c lz4cs fuzzer fullbench)
+
+build() {
+  cd $pkgname
+  make "${_binaries[@]}"
+}
+
+package() {
+  cd $pkgname
+  install -d "$pkgdir/usr/bin"
+  install -Dm755 "${_binaries[@]}" "$pkgdir/usr/bin"
+  install -Dm644 cmake/pack/release_COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: lz4/repos/community-x86_64/PKGBUILD (from rev 96136, lz4/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-08-20 09:01:59 UTC (rev 96137)
@@ -0,0 +1,33 @@
+# $Id$
+# 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=1
+pkgdesc='Very fast lossless compression algorithm'
+arch=('i686' 'x86_64')
+url='https://code.google.com/p/lz4/'
+license=('BSD')
+makedepends=('svn')
+depends=('glibc')
+source=("$pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver")
+md5sums=('SKIP')
+
+_binaries=(lz4c lz4cs fuzzer fullbench)
+
+build() {
+  cd $pkgname
+  make "${_binaries[@]}"
+}
+
+package() {
+  cd $pkgname
+  install -d "$pkgdir/usr/bin"
+  install -Dm755 "${_binaries[@]}" "$pkgdir/usr/bin"
+  install -Dm644 cmake/pack/release_COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list