mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
fio: add explicit python_version
This commit is contained in:
parent
8bfcb5cd7a
commit
eaccac3c00
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,7 @@ license="GPL-2.0-only"
|
||||||
homepage="https://github.com/axboe/fio"
|
homepage="https://github.com/axboe/fio"
|
||||||
distfiles="https://github.com/axboe/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/axboe/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
||||||
checksum=809963b1d023dbc9ac7065557af8129aee17b6895e0e8c5ca671b0b14285f404
|
checksum=809963b1d023dbc9ac7065557af8129aee17b6895e0e8c5ca671b0b14285f404
|
||||||
|
python_version=2 #unverified
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*|ppc64*) makedepends+=" libnuma-devel"
|
i686*|x86_64*|ppc64*) makedepends+=" libnuma-devel"
|
||||||
|
@ -24,7 +25,6 @@ do_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense MORAL-LICENSE
|
|
||||||
vdoc HOWTO
|
vdoc HOWTO
|
||||||
for f in examples/*; do
|
for f in examples/*; do
|
||||||
vsconf "$f"
|
vsconf "$f"
|
||||||
|
|
Loading…
Add table
Reference in a new issue