[arch-commits] Commit in lz4/repos (3 files)
Sébastien Luttringer
seblu at archlinux.org
Sat Feb 10 14:47:50 UTC 2018
Date: Saturday, February 10, 2018 @ 14:47:49
Author: seblu
Revision: 316584
db-move: moved lz4 from [testing] to [core] (x86_64)
Added:
lz4/repos/core-x86_64/PKGBUILD
(from rev 316583, lz4/repos/testing-x86_64/PKGBUILD)
Deleted:
lz4/repos/core-x86_64/PKGBUILD
lz4/repos/testing-x86_64/
----------------------+
/PKGBUILD | 40 ++++++++++++++++++++++++++++++++++++++++
core-x86_64/PKGBUILD | 40 ----------------------------------------
2 files changed, 40 insertions(+), 40 deletions(-)
Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD 2018-02-10 13:44:26 UTC (rev 316583)
+++ core-x86_64/PKGBUILD 2018-02-10 14:47:49 UTC (rev 316584)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=lz4
-epoch=1
-pkgver=1.8.0
-pkgrel=1
-pkgdesc='Extremely fast compression algorithm'
-arch=('i686' 'x86_64')
-url='http://www.lz4.org/'
-license=('GPL2')
-makedepends=('git')
-checkdepends=('diffutils')
-depends=('glibc')
-source=("git+https://github.com/lz4/lz4.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-build() {
- # do not use the main makefile, it calls sub make with -e
- # exported CLFAGS by makepkg break the version. see FS#50071
- cd $pkgname
- make -C lib PREFIX=/usr
- make -C programs PREFIX=/usr lz4 lz4c
-}
-
-check() {
- rm -f passwd.lz4
- $pkgname/programs/lz4 /etc/passwd passwd.lz4
- $pkgname/programs/lz4 -d passwd.lz4 passwd
- diff -q /etc/passwd passwd
- rm passwd
-}
-
-package() {
- cd $pkgname
- # mandir is broken since 1.8.0
- make install PREFIX=/usr MANDIR=/usr/share/man/man1 DESTDIR="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: lz4/repos/core-x86_64/PKGBUILD (from rev 316583, lz4/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD (rev 0)
+++ core-x86_64/PKGBUILD 2018-02-10 14:47:49 UTC (rev 316584)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=lz4
+epoch=1
+pkgver=1.8.1.2
+pkgrel=1
+pkgdesc='Extremely fast compression algorithm'
+arch=('x86_64')
+url='http://www.lz4.org/'
+license=('GPL2')
+makedepends=('git')
+checkdepends=('diffutils')
+depends=('glibc')
+source=("git+https://github.com/lz4/lz4.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+ # do not use the main makefile, it calls sub make with -e
+ # exported CLFAGS by makepkg break the version. see FS#50071
+ cd $pkgname
+ make -C lib PREFIX=/usr
+ make -C programs PREFIX=/usr lz4 lz4c
+}
+
+check() {
+ rm -f passwd.lz4
+ $pkgname/programs/lz4 /etc/passwd passwd.lz4
+ $pkgname/programs/lz4 -d passwd.lz4 passwd
+ diff -q /etc/passwd passwd
+ rm passwd
+}
+
+package() {
+ cd $pkgname
+ # mandir is broken since 1.8.0
+ make install PREFIX=/usr MANDIR=/usr/share/man/man1 DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list