summaryrefslogtreecommitdiff
path: root/ppp/Pkgfile
blob: 80c2c81b74cbc15a09c7a35e07598d4f964206c6 (plain)
    1 # Description: A daemon which implements the PPP protocol for internetworking over dialup lines
    2 # URL:         https://www.samba.org/ppp/
    3 # Maintainer:  CRUX System Team, core-ports at crux dot nu
    4 # Depends on:  openssl libpcap
    5 
    6 name=ppp
    7 version=2.4.9
    8 release=1
    9 source=(https://ftp.samba.org/pub/ppp/$name-$version.tar.gz)
   10 
   11 build () {
   12 	cd $name-$version
   13 	./configure --prefix=/usr --sysconfdir=/etc --cflags="$CFLAGS"
   14 	make
   15 	make DESTDIR=$PKG/usr INSTROOT=$PKG install install-etcppp
   16 	chmod +w -R $PKG
   17 }

Generated by cgit