blktrace: update to 1.2.0.
This commit is contained in:
parent
0c0bedd740
commit
45e75bd792
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'blktrace'
|
||||
pkgname=blktrace
|
||||
version=1.1.0
|
||||
revision=2
|
||||
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="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
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=54a2faaa06dd52fd4a56a6aafa2a251990eb8dcf1832bb8c2fb1fc13a74a9295
|
||||
checksum=26961888f7308f5e1343b16c44a59d2ab190e12ae17b1841e4a4e304bd3a3f45
|
||||
|
||||
post_extract() {
|
||||
sed -i '/CC.*-o/s/$/ $(LDFLAGS)/' Makefile */Makefile
|
||||
|
|
Loading…
Reference in a new issue