[arch-commits] Commit in zeromq/repos (4 files)
Kyle Keen
kkeen at nymeria.archlinux.org
Thu Oct 24 12:37:16 UTC 2013
Date: Thursday, October 24, 2013 @ 14:37:16
Author: kkeen
Revision: 99096
archrelease: copy trunk to community-i686, community-x86_64
Added:
zeromq/repos/community-i686/PKGBUILD
(from rev 99095, zeromq/trunk/PKGBUILD)
zeromq/repos/community-x86_64/PKGBUILD
(from rev 99095, zeromq/trunk/PKGBUILD)
Deleted:
zeromq/repos/community-i686/PKGBUILD
zeromq/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 62 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 30 ---------------------
community-x86_64/PKGBUILD | 30 ---------------------
3 files changed, 62 insertions(+), 60 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2013-10-24 12:36:54 UTC (rev 99095)
+++ community-i686/PKGBUILD 2013-10-24 12:37:16 UTC (rev 99096)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-pkgname=zeromq
-pkgver=4.0.1
-pkgrel=3
-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')
-source=(http://download.zeromq.org/$pkgname-$pkgver.tar.gz
- https://raw.github.com/zeromq/cppzmq/master/zmq.hpp)
-md5sums=('e738c310d135e20fa48c5b348da18e22'
- '388ddb07fdd88b040769e8f4c9b397fa')
-
-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-i686/PKGBUILD (from rev 99095, zeromq/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-24 12:37:16 UTC (rev 99096)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+pkgname=zeromq
+pkgver=4.0.1
+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.github.com/zeromq/cppzmq/master/zmq.hpp)
+md5sums=('e738c310d135e20fa48c5b348da18e22'
+ '388ddb07fdd88b040769e8f4c9b397fa')
+
+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"
+}
+
+
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2013-10-24 12:36:54 UTC (rev 99095)
+++ community-x86_64/PKGBUILD 2013-10-24 12:37:16 UTC (rev 99096)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-pkgname=zeromq
-pkgver=4.0.1
-pkgrel=3
-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')
-source=(http://download.zeromq.org/$pkgname-$pkgver.tar.gz
- https://raw.github.com/zeromq/cppzmq/master/zmq.hpp)
-md5sums=('e738c310d135e20fa48c5b348da18e22'
- '388ddb07fdd88b040769e8f4c9b397fa')
-
-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-x86_64/PKGBUILD (from rev 99095, zeromq/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-10-24 12:37:16 UTC (rev 99096)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+pkgname=zeromq
+pkgver=4.0.1
+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.github.com/zeromq/cppzmq/master/zmq.hpp)
+md5sums=('e738c310d135e20fa48c5b348da18e22'
+ '388ddb07fdd88b040769e8f4c9b397fa')
+
+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