zeromq: update to 3.2.3.
This commit is contained in:
parent
ccf1093069
commit
a8ccc27a73
1 changed files with 5 additions and 5 deletions
|
@ -1,15 +1,14 @@
|
||||||
# Template file for 'zeromq'
|
# Template file for 'zeromq'
|
||||||
pkgname=zeromq
|
pkgname=zeromq
|
||||||
version=3.2.2
|
version=3.2.3
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
|
||||||
short_desc="The Intelligent Transport Layer"
|
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-${version}.tar.gz"
|
distfiles="http://download.zeromq.org/zeromq-${version}.tar.gz"
|
||||||
checksum=2b4eeda60fe47a9fa0804d53d76f656665c5f84dab7e63a1d496d9430b554f99
|
checksum=e134c1aaf829dd77bca9dc0fa199ba31095a581bd0d3dda5fc59523b9f401238
|
||||||
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.
|
||||||
|
@ -19,11 +18,12 @@ long_desc="
|
||||||
|
|
||||||
zeromq-devel_package() {
|
zeromq-devel_package() {
|
||||||
depends="${sourcepkg}-${version}_${revision}"
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
short_desc="${short_desc} -- development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/share/man/man3
|
vmove usr/share/man/man3
|
||||||
|
vmove "usr/lib/*.a"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue