New package: zeromq-3.2.0rc1.
This commit is contained in:
parent
5136d6c771
commit
f7033a0613
5 changed files with 48 additions and 0 deletions
|
@ -1095,3 +1095,4 @@ libr_line.so.0.9.2 radare2-0.9.2_1
|
|||
libr_cons.so.0.9.2 radare2-0.9.2_1
|
||||
libr_config.so.0.9.2 radare2-0.9.2_1
|
||||
libr_core.so.0.9.2 radare2-0.9.2_1
|
||||
libzmq.so.3 zeromq-3.2.0_1
|
||||
|
|
1
srcpkgs/zeromq-devel
Symbolic link
1
srcpkgs/zeromq-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
zeromq
|
26
srcpkgs/zeromq/template
Normal file
26
srcpkgs/zeromq/template
Normal file
|
@ -0,0 +1,26 @@
|
|||
# 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."
|
14
srcpkgs/zeromq/zeromq-devel.template
Normal file
14
srcpkgs/zeromq/zeromq-devel.template
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'zeromq-devel'.
|
||||
#
|
||||
noarch=yes
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
short_desc="${short_desc} -- development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove usr/share/man/man3 usr/share/man
|
||||
}
|
6
srcpkgs/zeromq/zeromq.rshlibs
Normal file
6
srcpkgs/zeromq/zeromq.rshlibs
Normal file
|
@ -0,0 +1,6 @@
|
|||
librt.so.1
|
||||
libpthread.so.0
|
||||
libstdc++.so.6
|
||||
libm.so.6
|
||||
libc.so.6
|
||||
libgcc_s.so.1
|
Loading…
Reference in a new issue