wok rev 22014
updated tcptrack (1.4.2 -> 1.4.3)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Oct 19 16:30:51 2019 +0100 (2019-10-19) |
parents | 2448da3bb9c5 |
children | ce493bead59a |
files | tcptrack/receipt |
line diff
1.1 --- a/tcptrack/receipt Sat Oct 19 15:58:53 2019 +0100 1.2 +++ b/tcptrack/receipt Sat Oct 19 16:30:51 2019 +0100 1.3 @@ -1,27 +1,30 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="tcptrack" 1.7 -VERSION="1.4.2" 1.8 +VERSION="1.4.3" 1.9 CATEGORY="network" 1.10 SHORT_DESC="TCP connection tracker." 1.11 MAINTAINER="paul@slitaz.org" 1.12 LICENSE="GPL2.1" 1.13 +WEB_SITE="https://github.com/bchretien/tcptrack/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="http://freecode.com/projects/tcptrack" 1.17 -WGET_URL="http://pkgs.fedoraproject.org/repo/pkgs/tcptrack/$TARBALL/dacf71a6b5310caf1203a2171b598610/$TARBALL" 1.18 +WGET_URL="${WEB_SITE}archive/v$VERSION.tar.gz" 1.19 1.20 -DEPENDS="ncurses libpcap" 1.21 -BUILD_DEPENDS="ncurses-dev libpcap-dev" 1.22 +DEPENDS="libpcap ncurses" 1.23 +BUILD_DEPENDS="libpcap-dev ncurses-dev" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 export LDFLAGS="$LDFLAGS -ltinfo" 1.29 - ./configure \ 1.30 - --prefix=/usr \ 1.31 - --mandir=/usr/share/man \ 1.32 + 1.33 + ./configure \ 1.34 + --prefix=/usr \ 1.35 + --mandir=/usr/share/man \ 1.36 $CONFIGURE_ARGS && 1.37 - make && make DESTDIR=$DESTDIR install 1.38 + make && 1.39 + make DESTDIR=$DESTDIR install 1.40 } 1.41 1.42 # Rules to gen a SliTaz package suitable for Tazpkg.