CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 1361 -
(show annotations)
Tue Oct 6 11:14:30 2009 UTC (3 years, 7 months ago) by cjg
File size: 479 byte(s)
Tue Oct 6 11:14:30 2009 UTC (3 years, 7 months ago) by cjg
File size: 479 byte(s)
tagging release 2.4
| 1 | # Description: PPP-over-Ethernet redirector for pppd |
| 2 | # URL: http://www.roaringpenguin.com/pppoe |
| 3 | # Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de |
| 4 | # Depends on: ppp |
| 5 | |
| 6 | name=rp-pppoe |
| 7 | version=3.10 |
| 8 | release=1 |
| 9 | source=(http://www.roaringpenguin.com/files/download/$name-$version.tar.gz) |
| 10 | |
| 11 | build () { |
| 12 | cd $name-$version/src |
| 13 | ./configure --prefix=/usr --mandir=/usr/man |
| 14 | make |
| 15 | make DESTDIR=$PKG install |
| 16 | rm -r $PKG/{usr/share/,etc/ppp/plugins} |
| 17 | } |