17 lines
562 B
Bash
17 lines
562 B
Bash
# Template file for 'blktrace'
|
|
pkgname=blktrace
|
|
version=1.2.0
|
|
revision=1
|
|
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"
|
|
homepage="http://brick.kernel.dk/"
|
|
distfiles="http://brick.kernel.dk/snaps/${pkgname}-${version}.tar.bz2"
|
|
checksum=26961888f7308f5e1343b16c44a59d2ab190e12ae17b1841e4a4e304bd3a3f45
|
|
|
|
post_extract() {
|
|
sed -i '/CC.*-o/s/$/ $(LDFLAGS)/' Makefile */Makefile
|
|
}
|