# Maintainer: PktSurf app=rp-pppoe version=4.0 build=1sml homepage="https://dianne.skoll.ca/projects/rp-pppoe/" desc="Client program for establishing connectivity over PPPoE" requires="ppp" prepbuilddir() { mkandenterbuilddir rm -rf $app-$version tar xf $srcdir/$app-$version.tar.?z* cd $app-$version fixbuilddirpermissions } build() { cd src ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --sbindir=/usr/bin \ --enable-plugin=/usr/include/pppd make all make install DESTDIR=$pkg mkfinalpkg } sha512sums=" a94d3c27f8d632d083a25d1fb63be50826f436274362d8ada80f74ca2d6d8658aa0898c682962cb939505e2a2ec7014ce7ab16312c47b7c27d793fb66ea79f81 rp-pppoe-4.0.tar.lz "