mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/czmq: build with libuuid and fix depends_dev
This commit is contained in:
parent
3a47888185
commit
019a4ac83e
@ -7,7 +7,8 @@ pkgdesc="High-level C binding for ZeroMQ"
|
||||
url="http://czmq.zeromq.org/"
|
||||
arch="all !s390x" # zproxy test timeouts on s390x
|
||||
license="MPL-2.0"
|
||||
makedepends="cmake zeromq-dev"
|
||||
depends_dev="util-linux-dev zeromq-dev"
|
||||
makedepends="$depends_dev cmake"
|
||||
subpackages="$pkgname-dev"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/zeromq/$pkgname/archive/v$pkgver.tar.gz"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
Loading…
Reference in New Issue
Block a user