nmon: update to 15e.
This commit is contained in:
parent
b3882b2a5f
commit
481928a2cb
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'nmon'
|
||||
pkgname=nmon
|
||||
version=15d
|
||||
version=15e
|
||||
revision=1
|
||||
create_wrksrc=yes
|
||||
maintainer="Dominik Honnef <dominik@honnef.co>"
|
||||
|
@ -11,11 +11,11 @@ homepage="http://nmon.sourceforge.net/pmwiki.php?n=Main.HomePage"
|
|||
short_desc="Nigel's performance Monitor for Linux"
|
||||
distfiles="${SOURCEFORGE_SITE}/nmon/files/lmon${version}.c"
|
||||
skip_extraction="lmon${version}.c"
|
||||
checksum=2ccdd7448be35c2305254dc5b2e6a2a10f3fc0ca132269cf6669ebe6ea64ffea
|
||||
checksum=166354260d0749acff16a7b21c3518b4c85fa3a35db61c06537988a8069445fa
|
||||
|
||||
do_build() {
|
||||
$CC ${CFLAGS} ${LDFLAGS} -D JFS -D GETUSER -D LARGEMEM -D X86 \
|
||||
${XBPS_SRCDISTDIR}/${pkgname}-${version}/lmon${version}.c -lncurses -o nmon
|
||||
${XBPS_SRCDISTDIR}/${pkgname}-${version}/lmon${version}.c -lncurses -lm -o nmon
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in a new issue