# PPP, ftp://ftp.samba.org/pub/ppp/ name=ppp version=2.4.4 release=1 source=(ftp://ftp.samba.org/pub/ppp/$name-$version.tar.gz) build() { cd $name-$version ./configure make make DESTDIR=$PKG/usr install mkdir -p $PKG/etc cp -r etc.ppp $PKG/etc/ppp chmod 644 $PKG/usr/share/man/man?/* chown root.root $PKG -R }