15 lines
593 B
Bash
15 lines
593 B
Bash
# Template file for 'blktrace'
|
|
pkgname=blktrace
|
|
version=1.3.0
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_install_args="mandir=/usr/share/man"
|
|
makedepends="libaio-devel"
|
|
short_desc="Userspace utilities for tracing Linux block layer I/O"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git/"
|
|
distfiles="https://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git/snapshot/${pkgname}-${version}.tar.gz"
|
|
checksum=1615e565eb0e8482e187e57454f62ab23cb857e0442ec16d92b0c3164d0ec624
|
|
python_version=3
|