wok-next annotate nmon/receipt @ rev 21001

Typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Oct 05 14:47:39 2018 +0300 (2018-10-05)
parents 466bca9334ef
children d5aab818505e
rev   line source
al@20481 1 # SliTaz package receipt v2.
al@20481 2
gokhlayeh@11970 3 PACKAGE="nmon"
gokhlayeh@11970 4 VERSION="14g"
gokhlayeh@11970 5 CATEGORY="system-tools"
al@20481 6 SHORT_DESC="Nigel's performance Monitor"
gokhlayeh@11970 7 MAINTAINER="meshca@clarkson.edu"
pascal@15601 8 LICENSE="GPL3"
pascal@15601 9 WEB_SITE="http://nmon.sourceforge.net/"
al@20481 10
al@20481 11 TARBALL="lmon$VERSION.c"
pascal@17675 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@15601 13
gokhlayeh@11970 14 BUILD_DEPENDS="linux-api-headers ncurses-dev"
gokhlayeh@11970 15
al@20481 16 compile_rules() {
pascal@17675 17 cc -o nmon lmon$VERSION.c -g -O2 -D JFS -D GETUSER -Wall -D LARGEMEM \
al@20481 18 -lncurses -g -D POWER &&
al@20481 19 install -Dm 755 $src/nmon $install/usr/bin/nmon
gokhlayeh@11970 20 }
al@20481 21
al@20481 22 genpkg_rules() {
al@20481 23 copy @std
al@20481 24 DEPENDS="ncurses"
gokhlayeh@11970 25 }