wok rev 22931

updated horst (4.2 -> 5.1)
author Hans-G?nter Theisgen
date Wed Feb 26 16:22:11 2020 +0100 (2020-02-26)
parents 6359b5854aa5
children c714e648c5f1
files horst/receipt
line diff
     1.1 --- a/horst/receipt	Wed Feb 26 15:55:59 2020 +0100
     1.2 +++ b/horst/receipt	Wed Feb 26 16:22:11 2020 +0100
     1.3 @@ -1,22 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="horst"
     1.7 -VERSION="4.2"
     1.8 +VERSION="5.1"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Small, lightweight IEEE802.11 wireless LAN analyzer with a text interface."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 +WEB_SITE="https://github.com/br101/horst"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="https://github.com/br101/horst"
    1.17 -WGET_URL="http://br1.einfach.org/horst_dl/$TARBALL"
    1.18 +WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
    1.19  
    1.20  DEPENDS="ncurses libtinfo"
    1.21 -BUILD_DEPENDS="ncurses-dev"
    1.22 +BUILD_DEPENDS="libnl-dev ncurses-dev"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
    1.28 +	export LDFLAGS="$LDFLAGS -lrt -Wl,--copy-dt-needed-entries"
    1.29  	make
    1.30  }
    1.31  
    1.32 @@ -24,6 +25,5 @@
    1.33  genpkg_rules()
    1.34  {
    1.35  	mkdir -p $fs/usr/bin
    1.36 -	cp -a $src/$PACKAGE $fs/usr/bin	
    1.37 +	cp -a $src/$PACKAGE	$fs/usr/bin	
    1.38  }
    1.39 -