wok-next view horst/receipt @ rev 21678

updated getmail (4.41.0 -> 5.14)
author Hans-G?nter Theisgen
date Mon Jun 29 13:44:08 2020 +0100 (2020-06-29)
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 }