25 lines
744 B
Bash
25 lines
744 B
Bash
# Template file for 'systemtap'
|
|
pkgname=systemtap
|
|
version=4.0
|
|
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=008cc22e8da8f7d16ce3bcc10d36fdd2024b79489c4da3d983e589555ca7c8d5
|
|
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
|
|
}
|
|
}
|