void-packages/srcpkgs/systemtap/template
maxice8 b061e86881
systemtap: update to 3.3.
Closes #15022.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-06-14 12:33:14 +02:00

24 lines
744 B
Bash

# Template file for 'systemtap'
pkgname=systemtap
version=3.3
revision=1
build_style=gnu-configure
hostmakedepends="python"
makedepends="elfutils-devel"
depends="python"
short_desc="Infrastructure to simplify the gathering of information"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3.0-or-later"
homepage="https://sourceware.org/systemtap/"
distfiles="https://sourceware.org/systemtap/ftp/releases/systemtap-${version}.tar.gz"
checksum=1fcbe2e39b82f27a788d6060b47045ca24a476c149d20d925253ba2a382a64f9
only_for_archs="i686 x86_64 armv6l armv7l aarch64"
systemtap-devel_package() {
depends="systemtap-${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/share/man/man3
}
}