VERSION=2.8 BUILD=1 ARCH=i386 PKGNAME=rp_pppoe-$VERSION-$ARCH-$BUILD IGNOREPATH=/tmp:/proc:/dev:/root:/var:/a STRIPLIB=y STRIPBIN=y PROGNAME=rp-pppoe DESC="\ rp-pppoe-$VERSION\n\ \n\ rp-pppoe is a user-mode PPPoE client and server suite for Linux. It is\n\ fully RFC-compliant and supports cookies, relay-IDs, and multiple\n\ simultaneous PPPoE discovery phases.\n\ \n\ The homepage for rp-pppoe is http://www.roaringpenguin.com/pppoe/" compile() { tar xvzf $CWD/rp-pppoe-$VERSION.tar.gz cd rp-pppoe-$VERSION/src ./configure --prefix=/usr make } install() { make install }