wok-next view horst/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 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 }