wok annotate iptraf-ng/receipt @ rev 18116
Format few descriptions (EOL at the end, 80 symbols length lines)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Jun 07 00:27:07 2015 +0300 (2015-06-07) |
parents | 721f7fb13889 |
children | 5f489761d0c4 |
rev | line source |
---|---|
pascal@17333 | 1 # SliTaz package receipt. |
pascal@17333 | 2 |
pascal@17333 | 3 PACKAGE="iptraf-ng" |
pascal@17333 | 4 VERSION="1.1.4" |
pascal@17333 | 5 CATEGORY="network" |
pascal@17333 | 6 SHORT_DESC="IP Network Monitoring Software." |
pascal@17333 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@17333 | 8 LICENSE="GPL2" |
pascal@17333 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@17333 | 10 WEB_SITE="https://fedorahosted.org/iptraf-ng/" |
pascal@17333 | 11 WGET_URL="https://fedorahosted.org/releases/i/p/$PACKAGE/$TARBALL" |
pascal@17333 | 12 PROVIDE="iptraf" |
pascal@17333 | 13 |
pascal@17333 | 14 DEPENDS="ncursesw" |
pascal@17336 | 15 BUILD_DEPENDS="ncurses-dev wget" |
pascal@17333 | 16 |
pascal@17333 | 17 # Rules to configure and make the package. |
pascal@17333 | 18 compile_rules() |
pascal@17333 | 19 { |
pascal@17333 | 20 ./configure --prefix=/usr \ |
pascal@17333 | 21 $CONFIGURE_ARGS && |
pascal@17333 | 22 make && |
pascal@17333 | 23 make DESTDIR=$DESTDIR install |
pascal@17333 | 24 } |
pascal@17333 | 25 |
pascal@17333 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@17333 | 27 genpkg_rules() |
pascal@17333 | 28 { |
pascal@17333 | 29 cp -a $install/sbin $fs |
pascal@17333 | 30 } |