27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
|
# Template file for 'zeromq'
|
|||
|
pkgname=zeromq
|
|||
|
_distver=3.2.0
|
|||
|
_patchver=rc1
|
|||
|
version=${_distver}${_patchver}
|
|||
|
revision=1
|
|||
|
wrksrc=zeromq-${_distver}
|
|||
|
subpackages="${pkgname}-devel"
|
|||
|
build_style=gnu-configure
|
|||
|
configure_args="--disable-static"
|
|||
|
short_desc=" The Intelligent Transport Layer"
|
|||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
|
license="LGPL-2.1"
|
|||
|
homepage="http://www.zeromq.org"
|
|||
|
distfiles="http://download.zeromq.org/zeromq-${_distver}-${_patchver}.tar.gz"
|
|||
|
checksum=6418523f281f618b9da677b8b640c158049a4f7e6f9f391909101b242e4cc991
|
|||
|
long_desc="
|
|||
|
* The socket library that acts as a concurrency framework.
|
|||
|
* Faster than TCP, for clustered products and supercomputing.
|
|||
|
* Carries messages across inproc, IPC, TCP, and multicast.
|
|||
|
* Connect N-to-N via fanout, pubsub, pipeline, request-reply.
|
|||
|
* 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."
|