14 lines
615 B
Bash
14 lines
615 B
Bash
# Template file for 'blktrace'
|
|
pkgname=blktrace
|
|
version=1.2.0
|
|
revision=3
|
|
build_style=gnu-makefile
|
|
make_install_args="prefix=/usr 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=2311f66ce49ae9231b68be7646bab1ca5c2a21103ddc275052ff78ee007118a0
|
|
disable_parallel_build=yes
|