[arch-commits] Commit in zeromq/repos (4 files)

Felix Yan fyan at archlinux.org
Mon Aug 25 07:00:58 UTC 2014


    Date: Monday, August 25, 2014 @ 09:00:57
  Author: fyan
Revision: 117857

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

Added:
  zeromq/repos/community-testing-i686/
  zeromq/repos/community-testing-i686/PKGBUILD
    (from rev 117855, zeromq/trunk/PKGBUILD)
  zeromq/repos/community-testing-x86_64/
  zeromq/repos/community-testing-x86_64/PKGBUILD
    (from rev 117856, zeromq/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: zeromq/repos/community-testing-i686/PKGBUILD (from rev 117855, zeromq/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2014-08-25 07:00:57 UTC (rev 117857)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+pkgname=zeromq
+pkgver=4.0.4
+pkgrel=4
+pkgdesc="Fast messaging system built on sockets.  C and C++ bindings.  aka 0MQ, ZMQ."
+arch=('i686' 'x86_64')
+url="http://www.zeromq.org"
+license=('LGPL')
+depends=('gcc-libs' 'util-linux' 'libsodium')
+makedepends=('python2')
+options=('staticlibs')
+source=(http://download.zeromq.org/$pkgname-$pkgver.tar.gz
+        https://raw.githubusercontent.com/zeromq/cppzmq/04d289760/zmq.hpp)
+md5sums=('f3c3defbb5ef6cc000ca65e529fdab3b'
+         '37b74022028bd4dc9253f123fa27da63')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure prefix=/usr --with-pgm --with-libsodium
+  sed -i 's/python$/&2/' foreign/openpgm/build-staging/openpgm/pgm/{Makefile,version_generator.py}
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/zmq.hpp" "$pkgdir/usr/include/zmq.hpp"
+}
+
+

Copied: zeromq/repos/community-testing-x86_64/PKGBUILD (from rev 117856, zeromq/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2014-08-25 07:00:57 UTC (rev 117857)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+pkgname=zeromq
+pkgver=4.0.4
+pkgrel=4
+pkgdesc="Fast messaging system built on sockets.  C and C++ bindings.  aka 0MQ, ZMQ."
+arch=('i686' 'x86_64')
+url="http://www.zeromq.org"
+license=('LGPL')
+depends=('gcc-libs' 'util-linux' 'libsodium')
+makedepends=('python2')
+options=('staticlibs')
+source=(http://download.zeromq.org/$pkgname-$pkgver.tar.gz
+        https://raw.githubusercontent.com/zeromq/cppzmq/04d289760/zmq.hpp)
+md5sums=('f3c3defbb5ef6cc000ca65e529fdab3b'
+         '37b74022028bd4dc9253f123fa27da63')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure prefix=/usr --with-pgm --with-libsodium
+  sed -i 's/python$/&2/' foreign/openpgm/build-staging/openpgm/pgm/{Makefile,version_generator.py}
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/zmq.hpp" "$pkgdir/usr/include/zmq.hpp"
+}
+
+




More information about the arch-commits mailing list