wok-next diff tcptrack/receipt @ rev 21636

updated f3 (2.2 -> 7.2)
author Hans-G?nter Theisgen
date Fri Jun 26 11:11:30 2020 +0100 (2020-06-26)
parents f7cf1ead56c0
children
line diff
     1.1 --- a/tcptrack/receipt	Wed Apr 26 12:04:09 2017 +0200
     1.2 +++ b/tcptrack/receipt	Fri Jun 26 11:11:30 2020 +0100
     1.3 @@ -3,30 +3,28 @@
     1.4  PACKAGE="tcptrack"
     1.5  VERSION="1.4.2"
     1.6  CATEGORY="network"
     1.7 -SHORT_DESC="TCP connection tracker."
     1.8 +SHORT_DESC="TCP connection tracker"
     1.9  MAINTAINER="paul@slitaz.org"
    1.10  LICENSE="GPL2.1"
    1.11 +WEB_SITE="http://freshmeat.sourceforge.net/projects/tcptrack"
    1.12 +
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 -WEB_SITE="http://freecode.com/projects/tcptrack"
    1.15  WGET_URL="http://pkgs.fedoraproject.org/repo/pkgs/tcptrack/$TARBALL/dacf71a6b5310caf1203a2171b598610/$TARBALL"
    1.16  
    1.17 -DEPENDS="ncurses libpcap"
    1.18  BUILD_DEPENDS="ncurses-dev libpcap-dev"
    1.19  
    1.20 -# Rules to configure and make the package.
    1.21 -compile_rules()
    1.22 -{
    1.23 +compile_rules() {
    1.24  	sed -i 's/_BSD_SOURCE/_DEFAULT_SOURCE/' src/*
    1.25  	./configure \
    1.26  		--prefix=/usr \
    1.27  		--mandir=/usr/share/man \
    1.28  		$CONFIGURE_ARGS &&
    1.29 -	make && make DESTDIR=$DESTDIR install
    1.30 +	make &&
    1.31 +	make DESTDIR=$install install
    1.32  }
    1.33  
    1.34 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.35 -genpkg_rules()
    1.36 -{
    1.37 +genpkg_rules() {
    1.38  	mkdir -p $fs/usr
    1.39  	cp -a $install/usr/bin $fs/usr
    1.40 +	DEPENDS="ncurses libpcap"
    1.41  }