wok diff horst/receipt @ rev 23682
qemu: partial cloop v4 support (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Apr 26 15:41:58 2020 +0000 (2020-04-26) |
parents | 667a6ebad331 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/horst/receipt Fri Dec 06 22:15:38 2019 +0100 1.2 +++ b/horst/receipt Sun Apr 26 15:41:58 2020 +0000 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 -