mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
blktrace: fix upstream.
This commit is contained in:
parent
ddf17e8f3f
commit
23811c4126
1 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'blktrace'
|
||||
pkgname=blktrace
|
||||
version=1.2.0
|
||||
revision=2
|
||||
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="http://brick.kernel.dk/"
|
||||
distfiles="http://brick.kernel.dk/snaps/${pkgname}-${version}.tar.bz2"
|
||||
checksum=26961888f7308f5e1343b16c44a59d2ab190e12ae17b1841e4a4e304bd3a3f45
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue