wok view iptraf-ng/receipt @ rev 17581

Up: elfutils 0.161
author Alexander Medvedev <devl547@gmail.com>
date Sun Feb 08 18:13:43 2015 +0000 (2015-02-08)
parents 721f7fb13889
children 5f489761d0c4
line source
1 # SliTaz package receipt.
3 PACKAGE="iptraf-ng"
4 VERSION="1.1.4"
5 CATEGORY="network"
6 SHORT_DESC="IP Network Monitoring Software."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://fedorahosted.org/iptraf-ng/"
11 WGET_URL="https://fedorahosted.org/releases/i/p/$PACKAGE/$TARBALL"
12 PROVIDE="iptraf"
14 DEPENDS="ncursesw"
15 BUILD_DEPENDS="ncurses-dev wget"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure --prefix=/usr \
21 $CONFIGURE_ARGS &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/sbin $fs
30 }