From 9af5eb18376199510ecbb280d0b574107e36bd82 Mon Sep 17 00:00:00 2001 From: Lukc Date: Sun, 12 Dec 2010 06:16:03 +0100 Subject: Recette de ppp ajoutée. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ppp/Pkgfile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 ppp/Pkgfile (limited to 'ppp/Pkgfile') diff --git a/ppp/Pkgfile b/ppp/Pkgfile new file mode 100644 index 0000000..7a46b18 --- /dev/null +++ b/ppp/Pkgfile @@ -0,0 +1,25 @@ +description="A daemon which implements the PPP protocol for internetworking over dialup lines." +packager="CRUX System Team " +maintainer="Lukc " +url="http://www.samba.org/ppp/" +depends=(zlib openssl) + +name=ppp +version=2.4.5 +release=2 +source=( + http://ppp.samba.org/ftp/$name/$name-$version.tar.gz + file://$name-nofilter.patch + file://$name-$version-pppol2tp.patch +) +build () +{ + cd $name-$version; + patch -p1 -i $SRC/$name-nofilter.patch; + patch -p1 -i $SRC/$name-$version-pppol2tp.patch; + ./configure --prefix=$prefix --sysconfdir=$sysconfdir; + make; + make -j1 INSTROOT=$PKG install install-etcppp; + #mv $PKG/usr/{share/man,man} && rm -r $PKG/usr/share; + chmod +w -R $PKG +} -- cgit v1.2.3-54-g00ecf