mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
New package: czmq-4.0.1
This commit is contained in:
parent
9e1383b50b
commit
7c3348fa22
3 changed files with 31 additions and 0 deletions
|
@ -2759,3 +2759,4 @@ libpisync.so.1 pilot-link-0.12.5_1
|
||||||
libpitcl.so.0 pilot-link-0.12.5_1
|
libpitcl.so.0 pilot-link-0.12.5_1
|
||||||
libiscsi.so.8 libiscsi-1.18.0_1
|
libiscsi.so.8 libiscsi-1.18.0_1
|
||||||
libgme.so.0 libgme-0.6.1_1
|
libgme.so.0 libgme-0.6.1_1
|
||||||
|
libczmq.so.4 czmq-4.0.1_1
|
||||||
|
|
1
srcpkgs/czmq-devel
Symbolic link
1
srcpkgs/czmq-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
czmq
|
29
srcpkgs/czmq/template
Normal file
29
srcpkgs/czmq/template
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# Template file for 'czmq'
|
||||||
|
pkgname=czmq
|
||||||
|
version=4.0.1
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="pkg-config libtool automake asciidoc xmlto"
|
||||||
|
makedepends="libuuid-devel zeromq-devel"
|
||||||
|
short_desc="High-level C binding for ZeroMQ"
|
||||||
|
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||||
|
license="MPL-2"
|
||||||
|
homepage="http://czmq.zeromq.org/"
|
||||||
|
distfiles="https://github.com/zeromq/czmq/archive/v${version}.tar.gz"
|
||||||
|
checksum=3c50bd550a1194f76aff0e743ce00a85cabe998989dcb8d14c0b5ae39417101b
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
./autogen.sh
|
||||||
|
}
|
||||||
|
|
||||||
|
czmq-devel_package() {
|
||||||
|
short_desc+=" - development files"
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/*.a
|
||||||
|
vmove usr/lib/*.so
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove usr/share/man/man3
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue