23 lines
634 B
Bash
23 lines
634 B
Bash
# template file for 'lttng-ust'
|
|
pkgname=lttng-ust
|
|
version=2.10.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="Low-overhead tracing capabilities for userspace"
|
|
maintainer="Simon Thoby <simonthoby@live.fr>"
|
|
license="LGPL-2.1"
|
|
homepage="http://lttng.org"
|
|
distfiles="${homepage}/files/${pkgname}/${pkgname}-${version}.tar.bz2"
|
|
checksum=1adb371db7e3ee2540493b76413685d0e3796dd71e4268fdfea3a617ce257dab
|
|
makedepends="liburcu-devel"
|
|
|
|
lttng-ust-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove /usr/include
|
|
vmove /usr/lib/pkgconfig
|
|
vmove /usr/lib/*.so
|
|
}
|
|
}
|