mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
slurm-wlm: do not use _version var (confuses xbps-checkvers).
This commit is contained in:
parent
ddc7f20246
commit
40d54fdf86
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'slurm-wlm'
|
# Template file for 'slurm-wlm'
|
||||||
pkgname=slurm-wlm
|
pkgname=slurm-wlm
|
||||||
version=15.08.10.1
|
version=15.08.10.1
|
||||||
revision=1
|
revision=2
|
||||||
_version="${version//./-}"
|
_distver="${version//./-}"
|
||||||
wrksrc="slurm-slurm-${_version}"
|
wrksrc="slurm-slurm-${_distver}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="perl cgit python pkg-config"
|
hostmakedepends="perl cgit python pkg-config"
|
||||||
|
@ -14,7 +14,7 @@ short_desc="Workload manager for Linux clusters of all sizes"
|
||||||
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://slurm.schedmd.com/slurm.html"
|
homepage="http://slurm.schedmd.com/slurm.html"
|
||||||
distfiles="https://github.com/SchedMD/slurm/archive/slurm-${_version}.tar.gz"
|
distfiles="https://github.com/SchedMD/slurm/archive/slurm-${_distver}.tar.gz"
|
||||||
checksum=96e0a4604e8903cd086e5adf7dbfbab3e2ac1d750e1bd4695afd008811cb30b6
|
checksum=96e0a4604e8903cd086e5adf7dbfbab3e2ac1d750e1bd4695afd008811cb30b6
|
||||||
case "${XBPS_TARGET_MACHINE}" in
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
# Undefined: inet_nsap_addr and getgrent_r
|
# Undefined: inet_nsap_addr and getgrent_r
|
||||||
|
|
Loading…
Add table
Reference in a new issue