horst: update to 5.0.
This commit is contained in:
parent
fa6364e0dc
commit
17838cff54
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'horst'
|
# Template file for 'horst'
|
||||||
pkgname=horst
|
pkgname=horst
|
||||||
version=4.2
|
version=5.0
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc=${pkgname}-version-${version}
|
wrksrc=${pkgname}-version-${version}
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
CFLAGS='-I.'
|
CFLAGS="-std=gnu99 -g -I. -I${XBPS_CROSS_BASE}/usr/include/libnl3"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel libnl3-devel"
|
||||||
short_desc="Lightweight IEEE802.11 wireless LAN analyzer with a text interface"
|
short_desc="Lightweight IEEE802.11 wireless LAN analyzer with a text interface"
|
||||||
maintainer="Duncaen <mail@duncano.de>"
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://br1.einfach.org/tech/horst/"
|
homepage="http://br1.einfach.org/tech/horst/"
|
||||||
distfiles="https://github.com/br101/horst/archive/version-${version}.tar.gz"
|
distfiles="https://github.com/br101/horst/archive/version-${version}.tar.gz"
|
||||||
checksum=492e56e94ca3a04e204b192419367854aabfd13b1d9d2ea6af45f1d97748d62c
|
checksum=ea19cc0565b0bc8e001d11d4480030ef8ade67f85b2ddd28f6eb9233cb1e5c5b
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin horst
|
vbin horst
|
||||||
|
|
Loading…
Reference in New Issue