void-packages/srcpkgs/lttng-ust/template
2019-10-06 23:12:02 +02:00

24 lines
751 B
Bash

# Template file for 'lttng-ust'
pkgname=lttng-ust
version=2.10.5
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=06f9ed9b2198855b1c7fcbf15fe57297ee259409ffa1b3bad87321412d98bc35
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
}
}