zeromq: update to 3.2.2.
This commit is contained in:
parent
2893b86679
commit
a6ea510968
1 changed files with 4 additions and 11 deletions
|
@ -1,10 +1,7 @@
|
||||||
# Template file for 'zeromq'
|
# Template file for 'zeromq'
|
||||||
pkgname=zeromq
|
pkgname=zeromq
|
||||||
_distver=3.2.0
|
version=3.2.2
|
||||||
_patchver=rc1
|
|
||||||
version=${_distver}${_patchver}
|
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=zeromq-${_distver}
|
|
||||||
subpackages="${pkgname}-devel"
|
subpackages="${pkgname}-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
|
@ -12,15 +9,11 @@ short_desc=" The Intelligent Transport Layer"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://www.zeromq.org"
|
homepage="http://www.zeromq.org"
|
||||||
distfiles="http://download.zeromq.org/zeromq-${_distver}-${_patchver}.tar.gz"
|
distfiles="http://download.zeromq.org/zeromq-${version}.tar.gz"
|
||||||
checksum=6418523f281f618b9da677b8b640c158049a4f7e6f9f391909101b242e4cc991
|
checksum=2b4eeda60fe47a9fa0804d53d76f656665c5f84dab7e63a1d496d9430b554f99
|
||||||
long_desc="
|
long_desc="
|
||||||
* The socket library that acts as a concurrency framework.
|
* The socket library that acts as a concurrency framework.
|
||||||
* Faster than TCP, for clustered products and supercomputing.
|
* Faster than TCP, for clustered products and supercomputing.
|
||||||
* Carries messages across inproc, IPC, TCP, and multicast.
|
* Carries messages across inproc, IPC, TCP, and multicast.
|
||||||
* Connect N-to-N via fanout, pubsub, pipeline, request-reply.
|
* Connect N-to-N via fanout, pubsub, pipeline, request-reply.
|
||||||
* Asynch I/O for scalable multicore message-passing apps.
|
* Asynch I/O for scalable multicore message-passing apps."
|
||||||
* Large and active open source community.
|
|
||||||
* 30+ languages including C, C++, Java, .NET, Python.
|
|
||||||
* Most OSes including Linux, Windows, OS X.
|
|
||||||
* LGPL free software with full commercial support from iMatix."
|
|
||||||
|
|
Loading…
Reference in a new issue