void-packages/srcpkgs/rabbitmq-c/template
Nathan Owens 1f68e5b772 rabbitmq-c: add CVE-2019-18609 patch
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
2019-12-05 15:28:33 +01:00

28 lines
719 B
Bash

# Template file for 'rabbitmq-c'
pkgname=rabbitmq-c
version=0.9.0
revision=2
build_style=cmake
hostmakedepends="popt xmlto doxygen"
makedepends="libressl-devel"
short_desc="RabbitMQ C client"
maintainer="Hans-J. Schmid <knock@myopendoor.de>"
license="MIT"
homepage="https://github.com/alanxz/rabbitmq-c"
distfiles="https://github.com/alanxz/${pkgname}/archive/v${version}.tar.gz"
checksum=316c0d156452b488124806911a62e0c2aa8a546d38fc8324719cd29aaa493024
post_install() {
vlicense LICENSE-MIT
}
rabbitmq-c-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/*.a
vmove usr/lib/*.so
}
}