22 lines
646 B
Bash
22 lines
646 B
Bash
# Template file for 'pppconfig'
|
|
pkgname=pppconfig
|
|
version=2.3.26
|
|
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="${DEBIAN_SITE}/main/p/pppconfig/pppconfig_$version.tar.gz"
|
|
checksum=37650f98a6a8a943de2d3075d45c117857414468db5030648f5429a21ba67050
|
|
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
|
|
}
|