wok-next view horst/receipt @ rev 20790

1. update also pinentry-gtk to new version 2. add to both fltk-dev so fltk-config is found 3. I want to force also a build to see if it really builds OKish here (see wok-build)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 11:23:42 2018 +0000 (2018-06-09)
parents 1fcdbab05a8a
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="horst"
4 VERSION="4.2"
5 CATEGORY="network"
6 SHORT_DESC="Small, lightweight IEEE802.11 wireless LAN analyzer with a text \
7 interface"
8 MAINTAINER="paul@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="http://br1.einfach.org/tech/horst/"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="http://br1.einfach.org/horst_dl/$TARBALL"
15 BUILD_DEPENDS="ncurses-dev"
17 compile_rules() {
18 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
19 make &&
20 install -Dm755 $src/horst $install/usr/bin/horst
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="ncurses"
26 }