void-packages/srcpkgs/lttng-ust/template
2020-04-21 18:45:08 -04:00

27 lines
812 B
Bash

# Template file for 'lttng-ust'
pkgname=lttng-ust
version=2.12.0
revision=1
build_style=gnu-configure
makedepends="liburcu-devel libnuma-devel"
depends="libnuma"
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=1983edb525f3f27e3494088d8d5389b4c71af66bbfe63c6f1df2ad95aa44a528
python_version=2 #unverified
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
}
}