zeromq: remove long_desc.
This commit is contained in:
parent
09703ae245
commit
ef61091d80
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'zeromq'
|
||||
pkgname=zeromq
|
||||
version=3.2.4
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
short_desc="The Intelligent Transport Layer"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -9,12 +9,6 @@ license="LGPL-2.1"
|
|||
homepage="http://www.zeromq.org"
|
||||
distfiles="http://download.zeromq.org/zeromq-${version}.tar.gz"
|
||||
checksum=df96a141c85b65c2cb6c0db22223126623a09eecbfccb7f74400f3f938742f59
|
||||
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."
|
||||
|
||||
zeromq-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in New Issue