[arch-commits] Commit in hiredis (5 files)

Massimiliano Torromeo mtorromeo at archlinux.org
Thu Jul 17 09:57:15 UTC 2014


    Date: Thursday, July 17, 2014 @ 11:57:15
  Author: mtorromeo
Revision: 115821

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

Added:
  hiredis/repos/
  hiredis/repos/community-i686/
  hiredis/repos/community-i686/PKGBUILD
    (from rev 115820, hiredis/trunk/PKGBUILD)
  hiredis/repos/community-x86_64/
  hiredis/repos/community-x86_64/PKGBUILD
    (from rev 115820, hiredis/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: hiredis/repos/community-i686/PKGBUILD (from rev 115820, hiredis/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2014-07-17 09:57:15 UTC (rev 115821)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contributor: Vladimir Tsanev <tsachev at gmail.com>
+
+pkgname=hiredis
+pkgver=0.11.0
+pkgrel=4
+pkgdesc='Minimalistic C client library for Redis'
+arch=('x86_64' 'i686')
+url="https://github.com/redis/hiredis/"
+license=('BSD')
+depends=('glibc')
+checkdepends=('redis')
+source=(hiredis-$pkgver.tar.gz::https://github.com/redis/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('ff7b2849e55bf3589eecced7125934feb9645c36a4d490d001dc08c93553eafd')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  sed -r 's|echo \\|echo -e \\|' -i Makefile
+  make check
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make PREFIX="$pkgdir"/usr install
+
+  install -Dm 644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}

Copied: hiredis/repos/community-x86_64/PKGBUILD (from rev 115820, hiredis/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2014-07-17 09:57:15 UTC (rev 115821)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contributor: Vladimir Tsanev <tsachev at gmail.com>
+
+pkgname=hiredis
+pkgver=0.11.0
+pkgrel=4
+pkgdesc='Minimalistic C client library for Redis'
+arch=('x86_64' 'i686')
+url="https://github.com/redis/hiredis/"
+license=('BSD')
+depends=('glibc')
+checkdepends=('redis')
+source=(hiredis-$pkgver.tar.gz::https://github.com/redis/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('ff7b2849e55bf3589eecced7125934feb9645c36a4d490d001dc08c93553eafd')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  sed -r 's|echo \\|echo -e \\|' -i Makefile
+  make check
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make PREFIX="$pkgdir"/usr install
+
+  install -Dm 644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}




More information about the arch-commits mailing list