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

Kyle Keen kkeen at archlinux.org
Mon Jun 15 15:39:12 UTC 2015


    Date: Monday, June 15, 2015 @ 17:39:12
  Author: kkeen
Revision: 135426

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 135425, zeromq/trunk/PKGBUILD)
  zeromq/repos/community-testing-x86_64/
  zeromq/repos/community-testing-x86_64/PKGBUILD
    (from rev 135425, zeromq/trunk/PKGBUILD)

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

Copied: zeromq/repos/community-testing-i686/PKGBUILD (from rev 135425, zeromq/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2015-06-15 15:39:12 UTC (rev 135426)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+pkgname=zeromq
+pkgver=4.1.2
+pkgrel=1
+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' 'libpgm')
+makedepends=('asciidoc' 'xmlto')
+options=('staticlibs')
+source=(http://download.zeromq.org/$pkgname-$pkgver.tar.gz
+        https://raw.githubusercontent.com/zeromq/cppzmq/ac705f6047/zmq.hpp)
+md5sums=('159c0c56a895472f02668e692d122685'
+         'c1388ca58d417610b6c00d66c81a93f2')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure prefix=/usr --with-pgm --with-libsodium \
+    --with-documentation --enable-static
+  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 135425, zeromq/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2015-06-15 15:39:12 UTC (rev 135426)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+pkgname=zeromq
+pkgver=4.1.2
+pkgrel=1
+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' 'libpgm')
+makedepends=('asciidoc' 'xmlto')
+options=('staticlibs')
+source=(http://download.zeromq.org/$pkgname-$pkgver.tar.gz
+        https://raw.githubusercontent.com/zeromq/cppzmq/ac705f6047/zmq.hpp)
+md5sums=('159c0c56a895472f02668e692d122685'
+         'c1388ca58d417610b6c00d66c81a93f2')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure prefix=/usr --with-pgm --with-libsodium \
+    --with-documentation --enable-static
+  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