mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New package: pppconfig-2.3.24
This commit is contained in:
parent
eba9ea68a7
commit
c11c517cd7
1 changed files with 21 additions and 0 deletions
21
srcpkgs/pppconfig/template
Normal file
21
srcpkgs/pppconfig/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue