community/czmq: build with libuuid and fix depends_dev

This commit is contained in:
Jakub Jirutka 2018-03-30 16:51:44 +02:00
parent 3a47888185
commit 019a4ac83e

View File

@ -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"