mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
trace-cmd: fetch tarball.
This commit is contained in:
parent
e01d29d408
commit
de015cdb92
1 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'trace-cmd'
|
# Template file for 'trace-cmd'
|
||||||
pkgname=trace-cmd
|
pkgname=trace-cmd
|
||||||
version=2.5.3
|
version=2.5.3
|
||||||
revision=2
|
revision=3
|
||||||
|
wrksrc="${pkgname}-v${version}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="all gui doc"
|
make_build_args="all gui doc"
|
||||||
make_install_args="prefix=/usr install install_gui install_doc"
|
make_install_args="prefix=/usr install install_gui install_doc"
|
||||||
|
@ -11,10 +12,8 @@ short_desc="Tools to use Ftrace Linux kernel internal tracer"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
homepage="http://git.kernel.org/cgit/linux/kernel/git/rostedt/trace-cmd.git/"
|
homepage="http://git.kernel.org/cgit/linux/kernel/git/rostedt/trace-cmd.git/"
|
||||||
|
distfiles="http://git.kernel.org/cgit/linux/kernel/git/rostedt/${pkgname}.git/snapshot/${pkgname}-v${version}.tar.gz"
|
||||||
do_fetch() {
|
checksum=e39cfa4757ec000dde34dd4bdb76819152f49ec114f9288def227518023b5173
|
||||||
git clone -b ${pkgname}-v${version} git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git ${pkgname}-${version}
|
|
||||||
}
|
|
||||||
|
|
||||||
kernelshark_package() {
|
kernelshark_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue