slurm: update to 0.4.3.
This commit is contained in:
parent
6d0860b222
commit
a25fc5c360
1 changed files with 6 additions and 11 deletions
|
@ -1,15 +1,17 @@
|
|||
# Template file for 'slurm'
|
||||
pkgname=slurm
|
||||
version=0.4.2
|
||||
revision=2
|
||||
version=0.4.3
|
||||
revision=1
|
||||
wrksrc="${pkgname}-upstream-${version}"
|
||||
build_style="cmake"
|
||||
hostmakedepends="cmake"
|
||||
makedepends="ncurses-devel"
|
||||
short_desc="Yet another network load monitor"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="https://github.com/mattthias/slurm"
|
||||
distfiles="https://github.com/mattthias/slurm/archive/upstream/${version}.tar.gz"
|
||||
checksum=8a28e11650928d87a907f9b154f6efd1ad5854cdc56a528da2e02e756e0aa58e
|
||||
checksum=b960c0d215927be1d02c176e1b189321856030226c91f840284886b727d3a3ac
|
||||
|
||||
post_extract() {
|
||||
sed -i '/<sys\/sysctl.h>/d' os.h
|
||||
|
@ -17,13 +19,6 @@ post_extract() {
|
|||
sed -i 's,<net/if_ppp.h>,<linux/if_ppp.h>,g' os.h
|
||||
|
||||
}
|
||||
do_build() {
|
||||
${CC} ${CFLAGS} -o slurm slurm.c ${LDFLAGS} \
|
||||
-D_HAVE_NCURSES -D_HAVE_NCURSES_COLOR -D__Debian__ -lncurses
|
||||
}
|
||||
do_install() {
|
||||
vbin slurm
|
||||
post_install() {
|
||||
vman slurm.1
|
||||
vmkdir usr/share/slurm
|
||||
vcopy "themes/*" usr/share/slurm
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue