vp-build/srcpkgs/lttng-ust/template

26 lines
783 B
Bash

# Template file for 'lttng-ust'
pkgname=lttng-ust
version=2.11.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=683280cfe5e12021e64c32cef9eeb0128f1f23dec32ba28adb5a2074be37c4d8
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
}
}