16 lines
462 B
Bash
16 lines
462 B
Bash
# Template file for 'parprouted'
|
|
pkgname=parprouted
|
|
version=0.7
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Proxy ARP IP bridging daemon"
|
|
maintainer="Pulux <pulux@pf4sh.de>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://www.hazard.maks.net/parprouted/"
|
|
distfiles="http://www.hazard.maks.net/parprouted/${pkgname}-${version}.tar.gz"
|
|
checksum=d63643c95d4149a3d71112da5892f459433456bf0279bfa304625f109178defc
|
|
|
|
do_install() {
|
|
vbin parprouted
|
|
vman parprouted.8
|
|
}
|