void-packages/srcpkgs/lttng-ust/template
2019-01-26 09:01:11 -02:00

25 lines
751 B
Bash

# Template file for 'lttng-ust'
pkgname=lttng-ust
version=2.10.3
revision=1
build_style=gnu-configure
makedepends="liburcu-devel"
short_desc="Low-overhead tracing capabilities for userspace"
maintainer="Simon Thoby <simonthoby@live.fr>"
license="LGPL-2.1-only"
homepage="http://lttng.org"
changelog="https://github.com/lttng/lttng-ust/raw/master/ChangeLog"
distfiles="${homepage}/files/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=9e8420f90d5f963f7aa32bc6d44adc1e491136f687c69ffb7a3075d33b40852b
lttng-ust-devel_package() {
depends="${sourcepkg}>=${version}_${revision} liburcu-devel"
short_desc+=" - development files"
pkg_install() {
vmove /usr/include
vmove /usr/lib/pkgconfig
vmove "/usr/lib/*.so"
vmove /usr/share/man/man3
}
}