diff --git a/common/shlibs b/common/shlibs index 03fe62b318..fadb237508 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2469,3 +2469,12 @@ liburcu-mb.so.4 liburcu-0.9.1_1 liburcu-qsbr.so.4 liburcu-0.9.1_1 liburcu-signal.so.4 liburcu-0.9.1_1 liburcu.so.4 liburcu-0.9.1_1 +liblttng-ust.so.0 lttng-ust-2.7.2_1 +liblttng-ust-ctl.so.2 lttng-ust-2.7.2_1 +liblttng-ust-fork.so.0 lttng-ust-2.7.2_1 +liblttng-ust-libc-wrapper.so.0 lttng-ust-2.7.2_1 +liblttng-ust-pthread-wrapper.so.0 lttng-ust-2.7.2_1 +liblttng-ust-cyg-profile.so.0 lttng-ust-2.7.2_1 +liblttng-ust-cyg-profile-fast.so.0 lttng-ust-2.7.2_1 +liblttng-ust-dl.so.0 lttng-ust-2.7.2_1 +liblttng-ust-tracepoint.so.0 lttng-ust-2.7.2_1 diff --git a/srcpkgs/lttng-ust-devel b/srcpkgs/lttng-ust-devel new file mode 120000 index 0000000000..661c001185 --- /dev/null +++ b/srcpkgs/lttng-ust-devel @@ -0,0 +1 @@ +lttng-ust \ No newline at end of file diff --git a/srcpkgs/lttng-ust/template b/srcpkgs/lttng-ust/template new file mode 100644 index 0000000000..1ac55fa308 --- /dev/null +++ b/srcpkgs/lttng-ust/template @@ -0,0 +1,26 @@ +# 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 " +license="LGPL-2.1" +homepage="http://lttng.org" +distfiles="${homepage}/files/${pkgname}/${pkgname}-${version}.tar.bz2" +checksum=6e41349107e83e7b43c69ed358e48788ca2fd095bad61737b850e3f3d2c0508a +makedepends="liburcu-devel" +case "$XBPS_TARGET_MACHINE" in + *-musl) broken="https://s3.amazonaws.com/archive.travis-ci.org/jobs/120873313/log.txt" +esac + +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 + } +}