22 lines
665 B
Bash
22 lines
665 B
Bash
# Template file for 'pppconfig'
|
|
pkgname=pppconfig
|
|
version=2.3.25
|
|
revision=1
|
|
depends="newt ppp"
|
|
short_desc="Text menu based utility for configuring ppp"
|
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://packages.debian.org/sid/pppconfig"
|
|
distfiles="http://deb.debian.org/debian/pool/main/p/pppconfig/pppconfig_$version.tar.gz"
|
|
checksum=a49b0abf88f9c48a03fe2754a4343b26889f2dee49ba0de4ef2dcfbbc4a97341
|
|
make_dirs="
|
|
/etc/chatscripts 0755 root root
|
|
/etc/ppp/resolv 0755 root root"
|
|
|
|
do_install() {
|
|
vbin pppconfig
|
|
vinstall 0dns-up 0755 etc/ppp/ip-up.d/
|
|
vinstall 0dns-down 0755 etc/ppp/ip-down.d/
|
|
vman man/pppconfig.8
|
|
}
|