Date: Wednesday, January 8, 2014 @ 21:57:01
  Author: seblu
Revision: 103658

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

Added:
  lz4/repos/community-i686/PKGBUILD
    (from rev 103657, lz4/trunk/PKGBUILD)
  lz4/repos/community-x86_64/PKGBUILD
    (from rev 103657, lz4/trunk/PKGBUILD)
Deleted:
  lz4/repos/community-i686/01-fix-include.patch
  lz4/repos/community-x86_64/01-fix-include.patch

---------------------------------------+
 community-i686/01-fix-include.patch   |   11 -----------
 community-i686/PKGBUILD               |   29 +++++++++++++++++++++++++++++
 community-x86_64/01-fix-include.patch |   11 -----------
 community-x86_64/PKGBUILD             |   29 +++++++++++++++++++++++++++++
 4 files changed, 58 insertions(+), 22 deletions(-)

Deleted: community-i686/01-fix-include.patch
===================================================================
--- community-i686/01-fix-include.patch 2014-01-08 20:56:29 UTC (rev 103657)
+++ community-i686/01-fix-include.patch 2014-01-08 20:57:01 UTC (rev 103658)
@@ -1,11 +0,0 @@
---- a/programs/Makefile        2014-01-07 22:03:45.197517981 +0100
-+++ b/programs/Makefile        2014-01-07 22:03:43.126477362 +0100
-@@ -34,7 +34,7 @@
- DESTDIR=
- PREFIX=/usr
- CC=gcc
--CFLAGS+= -I. -std=c99 -Wall -W -Wundef -DLZ4_VERSION=\"$(RELEASE)\"
-+CFLAGS+= -I.. -std=c99 -Wall -W -Wundef -DLZ4_VERSION=\"$(RELEASE)\"
- 
- BINDIR=$(PREFIX)/bin
- MANDIR=$(PREFIX)/share/man/man1

Copied: lz4/repos/community-i686/PKGBUILD (from rev 103657, lz4/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2014-01-08 20:57:01 UTC (rev 103658)
@@ -0,0 +1,29 @@
+# $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=112
+pkgrel=1
+pkgdesc='Very fast lossless compression algorithm'
+arch=('i686' 'x86_64')
+url='https://code.google.com/p/lz4/'
+license=('GPL2')
+makedepends=('svn')
+depends=('glibc')
+source=("$pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver";)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make install DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/01-fix-include.patch
===================================================================
--- community-x86_64/01-fix-include.patch       2014-01-08 20:56:29 UTC (rev 
103657)
+++ community-x86_64/01-fix-include.patch       2014-01-08 20:57:01 UTC (rev 
103658)
@@ -1,11 +0,0 @@
---- a/programs/Makefile        2014-01-07 22:03:45.197517981 +0100
-+++ b/programs/Makefile        2014-01-07 22:03:43.126477362 +0100
-@@ -34,7 +34,7 @@
- DESTDIR=
- PREFIX=/usr
- CC=gcc
--CFLAGS+= -I. -std=c99 -Wall -W -Wundef -DLZ4_VERSION=\"$(RELEASE)\"
-+CFLAGS+= -I.. -std=c99 -Wall -W -Wundef -DLZ4_VERSION=\"$(RELEASE)\"
- 
- BINDIR=$(PREFIX)/bin
- MANDIR=$(PREFIX)/share/man/man1

Copied: lz4/repos/community-x86_64/PKGBUILD (from rev 103657, 
lz4/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-08 20:57:01 UTC (rev 103658)
@@ -0,0 +1,29 @@
+# $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=112
+pkgrel=1
+pkgdesc='Very fast lossless compression algorithm'
+arch=('i686' 'x86_64')
+url='https://code.google.com/p/lz4/'
+license=('GPL2')
+makedepends=('svn')
+depends=('glibc')
+source=("$pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver";)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make install DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to