24 lines
654 B
Bash
24 lines
654 B
Bash
|
# template file for 'lttng-ust'
|
||
|
pkgname=lttng-ust
|
||
|
version=2.8.1
|
||
|
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=6e41349107e83e7b43c69ed358e48788ca2fd095bad61737b850e3f3d2c0508a
|
||
|
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
|
||
|
vmove /usr/lib/*.a
|
||
|
}
|
||
|
}
|