[arch-commits] Commit in zstd/repos (4 files)
Andrzej Giniewicz
aginiewicz at archlinux.org
Sat Nov 12 08:30:50 UTC 2016
Date: Saturday, November 12, 2016 @ 08:30:49
Author: aginiewicz
Revision: 195415
archrelease: copy trunk to community-i686, community-x86_64
Added:
zstd/repos/community-i686/PKGBUILD
(from rev 195414, zstd/trunk/PKGBUILD)
zstd/repos/community-x86_64/PKGBUILD
(from rev 195414, zstd/trunk/PKGBUILD)
Deleted:
zstd/repos/community-i686/PKGBUILD
zstd/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 58 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 28 ---------------------
community-x86_64/PKGBUILD | 28 ---------------------
3 files changed, 58 insertions(+), 56 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-11-12 08:30:38 UTC (rev 195414)
+++ community-i686/PKGBUILD 2016-11-12 08:30:49 UTC (rev 195415)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-# Contributor: Johan Förberg <johan at forberg.se>
-
-pkgname=zstd
-pkgver=1.1.0
-pkgrel=3
-pkgdesc='Zstandard - Fast real-time compression algorithm'
-arch=('i686' 'x86_64')
-url='http://www.zstd.net/'
-license=('BSD')
-depends=('gcc-libs')
-source=("https://github.com/facebook/zstd/archive/v${pkgver}.tar.gz")
-sha1sums=('6c24a604cf71a961d4172cbced6b10470d1b416e')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- make
- make -C contrib/pzstd
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make PREFIX="/usr" DESTDIR="$pkgdir/" install
- install -D -m755 contrib/pzstd/pzstd "$pkgdir/usr/bin/pzstd"
- install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
- install -D -m644 PATENTS "$pkgdir/usr/share/licenses/$pkgname/PATENTS"
-}
Copied: zstd/repos/community-i686/PKGBUILD (from rev 195414, zstd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-12 08:30:49 UTC (rev 195415)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Contributor: Johan Förberg <johan at forberg.se>
+
+pkgname=zstd
+pkgver=1.1.1
+pkgrel=1
+pkgdesc='Zstandard - Fast real-time compression algorithm'
+arch=('i686' 'x86_64')
+url='http://www.zstd.net/'
+license=('BSD')
+depends=('gcc-libs')
+makedepends=('gtest')
+source=("https://github.com/facebook/zstd/archive/v${pkgver}.tar.gz")
+sha1sums=('dbd5287cde2c595e8e7b5ec509f1c6e8be8a0305')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make
+ make -C contrib/pzstd
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make PREFIX="/usr" DESTDIR="$pkgdir/" install
+ install -D -m755 contrib/pzstd/pzstd "$pkgdir/usr/bin/pzstd"
+ install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -D -m644 PATENTS "$pkgdir/usr/share/licenses/$pkgname/PATENTS"
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-11-12 08:30:38 UTC (rev 195414)
+++ community-x86_64/PKGBUILD 2016-11-12 08:30:49 UTC (rev 195415)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-# Contributor: Johan Förberg <johan at forberg.se>
-
-pkgname=zstd
-pkgver=1.1.0
-pkgrel=3
-pkgdesc='Zstandard - Fast real-time compression algorithm'
-arch=('i686' 'x86_64')
-url='http://www.zstd.net/'
-license=('BSD')
-depends=('gcc-libs')
-source=("https://github.com/facebook/zstd/archive/v${pkgver}.tar.gz")
-sha1sums=('6c24a604cf71a961d4172cbced6b10470d1b416e')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- make
- make -C contrib/pzstd
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make PREFIX="/usr" DESTDIR="$pkgdir/" install
- install -D -m755 contrib/pzstd/pzstd "$pkgdir/usr/bin/pzstd"
- install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
- install -D -m644 PATENTS "$pkgdir/usr/share/licenses/$pkgname/PATENTS"
-}
Copied: zstd/repos/community-x86_64/PKGBUILD (from rev 195414, zstd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-11-12 08:30:49 UTC (rev 195415)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Contributor: Johan Förberg <johan at forberg.se>
+
+pkgname=zstd
+pkgver=1.1.1
+pkgrel=1
+pkgdesc='Zstandard - Fast real-time compression algorithm'
+arch=('i686' 'x86_64')
+url='http://www.zstd.net/'
+license=('BSD')
+depends=('gcc-libs')
+makedepends=('gtest')
+source=("https://github.com/facebook/zstd/archive/v${pkgver}.tar.gz")
+sha1sums=('dbd5287cde2c595e8e7b5ec509f1c6e8be8a0305')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make
+ make -C contrib/pzstd
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make PREFIX="/usr" DESTDIR="$pkgdir/" install
+ install -D -m755 contrib/pzstd/pzstd "$pkgdir/usr/bin/pzstd"
+ install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -D -m644 PATENTS "$pkgdir/usr/share/licenses/$pkgname/PATENTS"
+}
More information about the arch-commits
mailing list