[arch-commits] Commit in lz4/repos (community-i686/PKGBUILD community-x86_64/PKGBUILD)

Sébastien Luttringer seblu at nymeria.archlinux.org
Wed Jan 8 20:53:48 UTC 2014


    Date: Wednesday, January 8, 2014 @ 21:53:48
  Author: seblu
Revision: 103656

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

Deleted:
  lz4/repos/community-i686/PKGBUILD
  lz4/repos/community-x86_64/PKGBUILD

---------------------------+
 community-i686/PKGBUILD   |   37 -------------------------------------
 community-x86_64/PKGBUILD |   37 -------------------------------------
 2 files changed, 74 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-01-08 20:53:21 UTC (rev 103655)
+++ community-i686/PKGBUILD	2014-01-08 20:53:48 UTC (rev 103656)
@@ -1,37 +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=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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-01-08 20:53:21 UTC (rev 103655)
+++ community-x86_64/PKGBUILD	2014-01-08 20:53:48 UTC (rev 103656)
@@ -1,37 +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=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