void-packages/srcpkgs/horst/template
2016-07-30 05:04:38 +02:00

22 lines
682 B
Bash

# Template file for 'horst'
pkgname=horst
version=5.0
revision=2
wrksrc=${pkgname}-version-${version}
build_style=gnu-makefile
CFLAGS="-std=gnu99 -g -I. -I${XBPS_CROSS_BASE}/usr/include/libnl3"
makedepends="ncurses-devel libnl3-devel"
conf_files="/etc/horst.conf"
short_desc="Lightweight IEEE802.11 wireless LAN analyzer with a text interface"
maintainer="Duncaen <duncaen@voidlinux.eu>"
license="GPL-2"
homepage="http://br1.einfach.org/tech/horst/"
distfiles="https://github.com/br101/horst/archive/version-${version}.tar.gz"
checksum=ea19cc0565b0bc8e001d11d4480030ef8ade67f85b2ddd28f6eb9233cb1e5c5b
do_install() {
vbin horst
vconf horst.conf
vman horst.1
vman horst.conf.5
}