wok view horst/receipt @ rev 23094

updated libpri and libpri-dev (1.4.11.1 -> 1.6.0)
author Hans-G?nter Theisgen
date Wed Mar 11 17:02:47 2020 +0100 (2020-03-11)
parents 667a6ebad331
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
3 PACKAGE="horst"
4 VERSION="5.1"
5 CATEGORY="network"
6 SHORT_DESC="Small, lightweight IEEE802.11 wireless LAN analyzer with a text interface."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/br101/horst"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
14 DEPENDS="ncurses libtinfo"
15 BUILD_DEPENDS="libnl-dev ncurses-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 export LDFLAGS="$LDFLAGS -lrt -Wl,--copy-dt-needed-entries"
21 make
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/bin
28 cp -a $src/$PACKAGE $fs/usr/bin
29 }