mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
lttng-ust: update to 2.11.0.
This commit is contained in:
parent
6d62a78725
commit
c0e8304415
1 changed files with 4 additions and 3 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'lttng-ust'
|
# Template file for 'lttng-ust'
|
||||||
pkgname=lttng-ust
|
pkgname=lttng-ust
|
||||||
version=2.10.5
|
version=2.11.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="liburcu-devel"
|
makedepends="liburcu-devel libnuma-devel"
|
||||||
|
depends="libnuma"
|
||||||
short_desc="Low-overhead tracing capabilities for userspace"
|
short_desc="Low-overhead tracing capabilities for userspace"
|
||||||
maintainer="Simon Thoby <simonthoby@live.fr>"
|
maintainer="Simon Thoby <simonthoby@live.fr>"
|
||||||
license="LGPL-2.1-only"
|
license="LGPL-2.1-only"
|
||||||
homepage="http://lttng.org"
|
homepage="http://lttng.org"
|
||||||
changelog="https://github.com/lttng/lttng-ust/raw/master/ChangeLog"
|
changelog="https://github.com/lttng/lttng-ust/raw/master/ChangeLog"
|
||||||
distfiles="${homepage}/files/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="${homepage}/files/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=06f9ed9b2198855b1c7fcbf15fe57297ee259409ffa1b3bad87321412d98bc35
|
checksum=683280cfe5e12021e64c32cef9eeb0128f1f23dec32ba28adb5a2074be37c4d8
|
||||||
|
|
||||||
lttng-ust-devel_package() {
|
lttng-ust-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision} liburcu-devel"
|
depends="${sourcepkg}>=${version}_${revision} liburcu-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue