void-packages/srcpkgs/pppconfig/template
2020-11-21 19:24:41 -08:00

22 lines
665 B
Bash

# Template file for 'pppconfig'
pkgname=pppconfig
version=2.3.24
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=8d7e75b5be044cfae1ed3b0096fea75cee183328b9ace7d949381d89f3e6401d
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
}