summaryrefslogtreecommitdiff
path: root/community/zeromq
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-19 01:18:21 -0700
committerroot <root@rshg054.dnsready.net>2013-10-19 01:18:21 -0700
commitd509ac9685f4ab9eda997553a8cf4131befab417 (patch)
tree3653bd6752f910cde3329ba6cd783c6e8e311d15 /community/zeromq
parentcc1dbaab9d968ae5ace1956c3662b8b492694800 (diff)
Sat Oct 19 01:17:18 PDT 2013
Diffstat (limited to 'community/zeromq')
-rw-r--r--community/zeromq/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/zeromq/PKGBUILD b/community/zeromq/PKGBUILD
index 94ce09e03..6dd79f795 100644
--- a/community/zeromq/PKGBUILD
+++ b/community/zeromq/PKGBUILD
@@ -1,14 +1,15 @@
-# $Id: PKGBUILD 98711 2013-10-17 10:53:26Z kkeen $
+# $Id: PKGBUILD 98801 2013-10-18 21:18:46Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
pkgname=zeromq
pkgver=4.0.1
-pkgrel=1
+pkgrel=2
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')
-makedepends=('python2')
+makedepends=('python2' 'libsodium')
+optdepends=('libsodium: for NaCl crypto')
source=(http://download.zeromq.org/$pkgname-$pkgver.tar.gz
https://raw.github.com/zeromq/cppzmq/master/zmq.hpp)
md5sums=('e738c310d135e20fa48c5b348da18e22'
@@ -16,7 +17,7 @@ md5sums=('e738c310d135e20fa48c5b348da18e22'
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./configure prefix=/usr --with-pgm
+ ./configure prefix=/usr --with-pgm --with-libsodium
sed -i 's/python$/&2/' foreign/openpgm/build-staging/openpgm/pgm/{Makefile,version_generator.py}
make
}