wok-next view ftop/receipt @ rev 21451

updated snownews (1.5.12 -> 1.6.10)
author Hans-G?nter Theisgen
date Thu May 07 13:19:49 2020 +0100 (2020-05-07)
parents a3c581bf52b8
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ftop"
4 VERSION="1.0"
5 CATEGORY="utilities"
6 SHORT_DESC="Show progress of open files and file systems"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL2.1"
9 WEB_SITE="https://sourceforge.net/projects/ftop/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="ncurses-dev"
16 compile_rules() {
17 ./configure \
18 --prefix=/usr \
19 make &&
20 make DESTDIR=$install install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="ncurses"
26 }