wok diff pktstat/receipt @ rev 14649

Up wicd (1.7.2.4)
author Richard Dunbar <mojo@slitaz.org>
date Tue Jun 04 00:13:54 2013 +0000 (2013-06-04)
parents f76dfd2f15d4
children 1040bd60b471
line diff
     1.1 --- a/pktstat/receipt	Sun Dec 26 20:10:04 2010 +0000
     1.2 +++ b/pktstat/receipt	Tue Jun 04 00:13:54 2013 +0000
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pktstat"
     1.7 -VERSION="1.8.4"
     1.8 +VERSION="1.8.5"
     1.9  CATEGORY="network"
    1.10 -SHORT_DESC="Top-like utility for network connections usage."
    1.11 +SHORT_DESC="Real-time interface traffic viewer for ncurses."
    1.12  MAINTAINER="paul@slitaz.org"
    1.13  DEPENDS="ncurses libpcap"
    1.14  BUILD_DEPENDS="ncurses-dev libpcap-dev"
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://www.sfr-fresh.com/unix/privat/pktstat-1.8.4.tar.gz/"
    1.17 -WGET_URL="http://www.sfr-fresh.com/unix/privat/$TARBALL"
    1.18 +WEB_SITE="http://www.adaptive-enterprises.com.au/~d/software/pktstat/"
    1.19 +WGET_URL="http://www.adaptive-enterprises.com.au/~d/software/pktstat/$TARBALL"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23 @@ -20,13 +20,13 @@
    1.24  		--infodir=/usr/share/info \
    1.25  		--mandir=/usr/share/man \
    1.26  		$CONFIGURE_ARGS &&
    1.27 -	make && make DESTDIR=$PWD/_pkg install
    1.28 +	make && make DESTDIR=$DESTDIR install
    1.29  }
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32  genpkg_rules()
    1.33  {
    1.34  	mkdir -p $fs/usr
    1.35 -	cp -a $_pkg/usr/bin $fs/usr
    1.36 +	cp -a $install/usr/bin $fs/usr
    1.37  }
    1.38