opt/ppp/Pkgfile

18 lines
510 B
Plaintext
Raw Normal View History

# Description: A daemon which implements the PPP protocol for internetworking over dialup lines
2017-02-04 08:27:39 +01:00
# URL: https://www.samba.org/ppp/
# Maintainer: CRUX System Team, core-ports at crux dot nu
2020-02-18 17:36:31 +01:00
# Depends on: openssl
name=ppp
2020-02-18 17:36:31 +01:00
version=2.4.8
release=1
source=(https://github.com/paulusmack/ppp/archive/$name-$version.tar.gz)
build () {
2020-02-18 17:36:31 +01:00
cd $name-$name-$version
./configure --prefix=/usr --sysconfdir=/etc
make
2020-02-18 17:36:31 +01:00
make DESTDIR=$PKG/usr INSTROOT=$PKG install install-etcppp
chmod +w -R $PKG
}