systemtap: update to 3.3.

Closes #15022.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-06-09 01:59:32 -03:00 committed by Enno Boland
parent 2b223aabaf
commit b061e86881
No known key found for this signature in database
GPG Key ID: D09964719BDE9971
2 changed files with 13 additions and 3 deletions

1
srcpkgs/systemtap-devel Symbolic link
View File

@ -0,0 +1 @@
systemtap

View File

@ -1,6 +1,6 @@
# Template file for 'systemtap'
pkgname=systemtap
version=3.2
version=3.3
revision=1
build_style=gnu-configure
hostmakedepends="python"
@ -8,8 +8,17 @@ makedepends="elfutils-devel"
depends="python"
short_desc="Infrastructure to simplify the gathering of information"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3"
license="GPL-3.0-or-later"
homepage="https://sourceware.org/systemtap/"
distfiles="https://sourceware.org/systemtap/ftp/releases/systemtap-${version}.tar.gz"
checksum=e37a4a1b2eee55632ea8a802aea2c0d3d28bd180f876c4dcf834c3e7f92c3ef1
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
}
}