wok-next annotate horst/receipt @ rev 21627

updated enet (1.2.1 -> 1.3.15)
author Hans-G?nter Theisgen
date Thu Jun 25 16:07:08 2020 +0100 (2020-06-25)
parents 1fcdbab05a8a
children
rev   line source
al@20473 1 # SliTaz package receipt v2.
paul@17523 2
paul@17523 3 PACKAGE="horst"
paul@17523 4 VERSION="4.2"
paul@17523 5 CATEGORY="network"
al@20473 6 SHORT_DESC="Small, lightweight IEEE802.11 wireless LAN analyzer with a text \
al@20473 7 interface"
paul@17523 8 MAINTAINER="paul@slitaz.org"
paul@17523 9 LICENSE="GPL2"
al@20473 10 WEB_SITE="http://br1.einfach.org/tech/horst/"
al@20473 11
paul@17523 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
paul@17523 13 WGET_URL="http://br1.einfach.org/horst_dl/$TARBALL"
paul@17523 14
paul@17523 15 BUILD_DEPENDS="ncurses-dev"
paul@17523 16
al@20473 17 compile_rules() {
pascal@17670 18 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries"
al@20473 19 make &&
al@20473 20 install -Dm755 $src/horst $install/usr/bin/horst
paul@17523 21 }
paul@17523 22
al@20473 23 genpkg_rules() {
al@20473 24 copy @std
al@20473 25 DEPENDS="ncurses"
paul@17523 26 }