wok-next annotate nbwmon/receipt @ rev 20533

cairo-clock, grub4dos: fix CFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 27 12:50:45 2018 +0200 (2018-03-27)
parents 466bca9334ef
children d457c4e37c1b
rev   line source
al@20513 1 # SliTaz package receipt v2.
paul@17165 2
paul@17165 3 PACKAGE="nbwmon"
paul@17165 4 VERSION="20140917"
paul@17165 5 CATEGORY="network"
al@20513 6 SHORT_DESC="Ncurses bandwidth monitor"
paul@17165 7 MAINTAINER="paul@slitaz.org"
paul@17165 8 LICENSE="MIT"
paul@17165 9 WEB_SITE="https://github.com/defer-/nbwmon"
al@20513 10
al@20513 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
paul@17165 12 WGET_URL="git|git://github.com/defer-/nbwmon"
paul@17165 13
paul@17165 14 BUILD_DEPENDS="ncurses-dev git bzip2"
paul@17165 15
al@20513 16 compile_rules() {
al@20513 17 make &&
al@20513 18 install -Dm755 $src/nbwmon $install/usr/bin/nbwmon
paul@17165 19 }
paul@17165 20
al@20513 21 genpkg_rules() {
al@20513 22 copy @std
al@20513 23 DEPENDS="ncurses"
paul@17165 24 }