mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
parent
2d3c87a1d5
commit
eba4bd06b5
1 changed files with 3 additions and 2 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'slurm'
|
# Template file for 'slurm'
|
||||||
pkgname=slurm
|
pkgname=slurm
|
||||||
version=0.4.3
|
version=0.4.3
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname}-upstream-${version}"
|
wrksrc="${pkgname}-upstream-${version}"
|
||||||
build_style="cmake"
|
build_style="cmake"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
short_desc="Yet another network load monitor"
|
short_desc="Yet another network load monitor"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://github.com/mattthias/slurm"
|
homepage="https://github.com/mattthias/slurm"
|
||||||
distfiles="https://github.com/mattthias/slurm/archive/upstream/${version}.tar.gz"
|
distfiles="https://github.com/mattthias/slurm/archive/upstream/${version}.tar.gz"
|
||||||
checksum=b960c0d215927be1d02c176e1b189321856030226c91f840284886b727d3a3ac
|
checksum=b960c0d215927be1d02c176e1b189321856030226c91f840284886b727d3a3ac
|
||||||
|
conflicts="slurm-wlm>=0"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i '/<sys\/sysctl.h>/d' os.h
|
sed -i '/<sys\/sysctl.h>/d' os.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue