mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
systemtap: update to 4.3.
This commit is contained in:
parent
380ffcc9bf
commit
e8937a5449
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'systemtap'
|
# Template file for 'systemtap'
|
||||||
pkgname=systemtap
|
pkgname=systemtap
|
||||||
version=4.2
|
version=4.3
|
||||||
revision=3
|
revision=1
|
||||||
archs="i686 x86_64 armv6l armv7l aarch64 ppc64le"
|
archs="i686 x86_64 armv6l armv7l aarch64 ppc64le"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="python3"
|
hostmakedepends="python3"
|
||||||
makedepends="elfutils-devel"
|
makedepends="elfutils-devel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
python_version=3
|
|
||||||
short_desc="Infrastructure to simplify the gathering of information"
|
short_desc="Infrastructure to simplify the gathering of information"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://sourceware.org/systemtap/"
|
homepage="https://sourceware.org/systemtap/"
|
||||||
distfiles="https://sourceware.org/systemtap/ftp/releases/systemtap-${version}.tar.gz"
|
distfiles="https://sourceware.org/systemtap/ftp/releases/systemtap-${version}.tar.gz"
|
||||||
checksum=0984ebe3162274988252ec35074021dc1e8420d87a8b35f437578562fce08781
|
checksum=f8e206ed654c13a8b42245a342c1b5a4aafdf817c97bf3becbe3c8a43a4489ce
|
||||||
|
python_version=3
|
||||||
|
|
||||||
systemtap-devel_package() {
|
systemtap-devel_package() {
|
||||||
depends="systemtap-${version}_${revision}"
|
depends="systemtap-${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue