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

Sébastien Luttringer seblu at nymeria.archlinux.org
Tue Jan 7 22:36:39 UTC 2014


    Date: Tuesday, January 7, 2014 @ 23:36:39
  Author: seblu
Revision: 103558

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

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

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

Copied: lz4/repos/community-i686/01-fix-include.patch (from rev 103557, lz4/trunk/01-fix-include.patch)
===================================================================
--- community-i686/01-fix-include.patch	                        (rev 0)
+++ community-i686/01-fix-include.patch	2014-01-07 22:36:39 UTC (rev 103558)
@@ -0,0 +1,11 @@
+--- 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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-01-07 22:36:18 UTC (rev 103557)
+++ community-i686/PKGBUILD	2014-01-07 22:36:39 UTC (rev 103558)
@@ -1,29 +0,0 @@
-# $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=110
-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:

Copied: lz4/repos/community-i686/PKGBUILD (from rev 103557, lz4/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-01-07 22:36:39 UTC (rev 103558)
@@ -0,0 +1,37 @@
+# $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=111
+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"
+        '01-fix-include.patch')
+md5sums=('SKIP'
+         '522618c085bb30924f540c3b2c18a7e4')
+
+prepare() {
+  patch -d $pkgname -p 1 < 01-fix-include.patch
+}
+
+build() {
+  cd $pkgname
+  make
+  cd programs
+  make
+}
+
+package() {
+  cd $pkgname
+  make install DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: lz4/repos/community-x86_64/01-fix-include.patch (from rev 103557, lz4/trunk/01-fix-include.patch)
===================================================================
--- community-x86_64/01-fix-include.patch	                        (rev 0)
+++ community-x86_64/01-fix-include.patch	2014-01-07 22:36:39 UTC (rev 103558)
@@ -0,0 +1,11 @@
+--- 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

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-01-07 22:36:18 UTC (rev 103557)
+++ community-x86_64/PKGBUILD	2014-01-07 22:36:39 UTC (rev 103558)
@@ -1,29 +0,0 @@
-# $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=110
-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:

Copied: lz4/repos/community-x86_64/PKGBUILD (from rev 103557, lz4/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-01-07 22:36:39 UTC (rev 103558)
@@ -0,0 +1,37 @@
+# $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=111
+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"
+        '01-fix-include.patch')
+md5sums=('SKIP'
+         '522618c085bb30924f540c3b2c18a7e4')
+
+prepare() {
+  patch -d $pkgname -p 1 < 01-fix-include.patch
+}
+
+build() {
+  cd $pkgname
+  make
+  cd programs
+  make
+}
+
+package() {
+  cd $pkgname
+  make install DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list