18 lines
576 B
Bash
18 lines
576 B
Bash
# Template file for 'blktrace'
|
|
pkgname=blktrace
|
|
version=1.1.0
|
|
revision=2
|
|
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
|
|
|
|
post_extract() {
|
|
sed -i '/CC.*-o/s/$/ $(LDFLAGS)/' Makefile */Makefile
|
|
}
|