2015-12-15 20:20:45 +01:00
|
|
|
# Template file for 'blktrace'
|
|
|
|
pkgname=blktrace
|
|
|
|
version=1.1.0
|
2016-05-24 13:12:56 +02:00
|
|
|
revision=2
|
2015-12-15 20:20:45 +01:00
|
|
|
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="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
|
|
license="GPL-2"
|
|
|
|
homepage="http://brick.kernel.dk/"
|
|
|
|
distfiles="http://brick.kernel.dk/snaps/${pkgname}-${version}.tar.bz2"
|
|
|
|
checksum=54a2faaa06dd52fd4a56a6aafa2a251990eb8dcf1832bb8c2fb1fc13a74a9295
|
2016-05-24 13:12:56 +02:00
|
|
|
|
|
|
|
post_extract() {
|
|
|
|
sed -i '/CC.*-o/s/$/ $(LDFLAGS)/' Makefile */Makefile
|
|
|
|
}
|