void-packages/srcpkgs/zeromq/template
2012-10-12 11:33:09 +02:00

27 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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."