mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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'
|
# Template file for 'blktrace'
|
||||||
pkgname=blktrace
|
pkgname=blktrace
|
||||||
version=1.2.0
|
version=1.2.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_args="prefix=/usr mandir=/usr/share/man"
|
make_install_args="prefix=/usr mandir=/usr/share/man"
|
||||||
makedepends="libaio-devel"
|
makedepends="libaio-devel"
|
||||||
short_desc="Userspace utilities for tracing Linux block layer I/O"
|
short_desc="Userspace utilities for tracing Linux block layer I/O"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://brick.kernel.dk/"
|
homepage="https://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git/"
|
||||||
distfiles="http://brick.kernel.dk/snaps/${pkgname}-${version}.tar.bz2"
|
distfiles="https://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git/snapshot/${pkgname}-${version}.tar.gz"
|
||||||
checksum=26961888f7308f5e1343b16c44a59d2ab190e12ae17b1841e4a4e304bd3a3f45
|
checksum=2311f66ce49ae9231b68be7646bab1ca5c2a21103ddc275052ff78ee007118a0
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue