26 lines
763 B
Bash
26 lines
763 B
Bash
# Template file for 'systemtap'
|
|
pkgname=systemtap
|
|
version=4.5
|
|
revision=1
|
|
archs="i686 x86_64 armv6l armv7l aarch64 ppc64le"
|
|
build_style=gnu-configure
|
|
hostmakedepends="python3"
|
|
makedepends="elfutils-devel"
|
|
depends="python3"
|
|
short_desc="Infrastructure to simplify the gathering of information"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://sourceware.org/systemtap/"
|
|
distfiles="https://sourceware.org/systemtap/ftp/releases/systemtap-${version}.tar.gz"
|
|
checksum=75078ed37e0dd2a769c9d1f9394170b2d9f4d7daa425f43ca80c13bad6cfc925
|
|
python_version=3
|
|
|
|
systemtap-devel_package() {
|
|
depends="systemtap-${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/share/man/man3
|
|
}
|
|
}
|