diff --git a/srcpkgs/systemtap-devel b/srcpkgs/systemtap-devel new file mode 120000 index 00000000000..8dcd69389ac --- /dev/null +++ b/srcpkgs/systemtap-devel @@ -0,0 +1 @@ +systemtap \ No newline at end of file diff --git a/srcpkgs/systemtap/template b/srcpkgs/systemtap/template index e349d1b9f34..df1c0a51fe7 100644 --- a/srcpkgs/systemtap/template +++ b/srcpkgs/systemtap/template @@ -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 " -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 + } +}