mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
horst: add config file
This commit is contained in:
parent
17838cff54
commit
d18d918ab0
1 changed files with 4 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'horst'
|
# Template file for 'horst'
|
||||||
pkgname=horst
|
pkgname=horst
|
||||||
version=5.0
|
version=5.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=${pkgname}-version-${version}
|
wrksrc=${pkgname}-version-${version}
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
CFLAGS="-std=gnu99 -g -I. -I${XBPS_CROSS_BASE}/usr/include/libnl3"
|
CFLAGS="-std=gnu99 -g -I. -I${XBPS_CROSS_BASE}/usr/include/libnl3"
|
||||||
makedepends="ncurses-devel libnl3-devel"
|
makedepends="ncurses-devel libnl3-devel"
|
||||||
|
conf_files="/etc/horst.conf"
|
||||||
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 <duncaen@voidlinux.eu>"
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
@ -15,5 +16,7 @@ checksum=ea19cc0565b0bc8e001d11d4480030ef8ade67f85b2ddd28f6eb9233cb1e5c5b
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin horst
|
vbin horst
|
||||||
|
vconf horst.conf
|
||||||
vman horst.1
|
vman horst.1
|
||||||
|
vman horst.conf.5
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue