slurm: slurm-wlm no longer conflict
This commit is contained in:
parent
dd6cfc8bcf
commit
9acd57fc6a
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'slurm'
|
||||
pkgname=slurm
|
||||
version=0.4.3
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="${pkgname}-upstream-${version}"
|
||||
build_style="cmake"
|
||||
makedepends="ncurses-devel"
|
||||
|
@ -11,13 +11,11 @@ license="GPL-2"
|
|||
homepage="https://github.com/mattthias/slurm"
|
||||
distfiles="https://github.com/mattthias/slurm/archive/upstream/${version}.tar.gz"
|
||||
checksum=b960c0d215927be1d02c176e1b189321856030226c91f840284886b727d3a3ac
|
||||
conflicts="slurm-wlm>=0"
|
||||
|
||||
post_extract() {
|
||||
sed -i '/<sys\/sysctl.h>/d' os.h
|
||||
sed -i 's,<net/ppp_defs.h>,<linux/ppp_defs.h>,g' os.h
|
||||
sed -i 's,<net/if_ppp.h>,<linux/if_ppp.h>,g' os.h
|
||||
|
||||
}
|
||||
post_install() {
|
||||
vman slurm.1
|
||||
|
|
Loading…
Reference in New Issue