wok-next view nmon/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents b278b2018965
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="nmon"
4 VERSION="14g"
5 CATEGORY="system-tools"
6 SHORT_DESC="Nigel's performance Monitor"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://nmon.sourceforge.net/"
11 TARBALL="lmon$VERSION.c"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="linux-api-headers ncurses-dev"
16 compile_rules() {
17 cc -o nmon lmon$VERSION.c \
18 -g -O2 \
19 -D JFS \
20 -D GETUSER -Wall \
21 -D LARGEMEM \
22 -lncurses -g \
23 -D POWER &&
24 install -Dm755 nmon $install/usr/bin/nmon
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="ncurses"
30 }