# HG changeset patch # User Paul Issott # Date 1359145821 0 # Node ID 526614c5acc6a3803085aa4ee5415c4beb8841d4 # Parent a53f16f0aa99af6091ead780b14bff6dc6b44979 Up pktstat (1.8.5) diff -r a53f16f0aa99 -r 526614c5acc6 pktstat/receipt --- a/pktstat/receipt Fri Jan 25 17:08:55 2013 +0100 +++ b/pktstat/receipt Fri Jan 25 20:30:21 2013 +0000 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="pktstat" -VERSION="1.8.4" +VERSION="1.8.5" CATEGORY="network" -SHORT_DESC="Top-like utility for network connections usage." +SHORT_DESC="Real-time interface traffic viewer for ncurses." MAINTAINER="paul@slitaz.org" DEPENDS="ncurses libpcap" BUILD_DEPENDS="ncurses-dev libpcap-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.sfr-fresh.com/unix/privat/pktstat-1.8.4.tar.gz/" -WGET_URL="http://www.sfr-fresh.com/unix/privat/$TARBALL" +WEB_SITE="http://www.adaptive-enterprises.com.au/~d/software/pktstat/" +WGET_URL="http://www.adaptive-enterprises.com.au/~d/software/pktstat/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -20,13 +20,13 @@ --infodir=/usr/share/info \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr }