CRUX PPC
A lightweight GNU/Linux distribution for PowerPC!
Subversion Repository
Parent Directory
|
Revision Log
Revision 1122 -
(hide annotations)
Sun Oct 4 15:12:22 2009 UTC (3 years, 7 months ago) by cjg
File size: 599 byte(s)
Sun Oct 4 15:12:22 2009 UTC (3 years, 7 months ago) by cjg
File size: 599 byte(s)
elinks: fixed
| 1 | cjg | 720 | # Description: Enhanced version of the links textmode WWW browser with frame/table support |
| 2 | # URL: http://elinks.or.cz/ | ||
| 3 | # Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de | ||
| 4 | # Depends on: openssl, zlib | ||
| 5 | |||
| 6 | name=elinks | ||
| 7 | cjg | 1110 | version=0.11.6 |
| 8 | cjg | 720 | release=1 |
| 9 | source=(http://elinks.or.cz/download/$name-$version.tar.bz2) | ||
| 10 | |||
| 11 | build () { | ||
| 12 | cd $name-$version | ||
| 13 | ./configure --prefix=/usr \ | ||
| 14 | --sysconfdir=/usr/etc \ | ||
| 15 | --enable-256-colors \ | ||
| 16 | cjg | 728 | --disable-nls \ |
| 17 | --mandir=/usr/man | ||
| 18 | cjg | 720 | make |
| 19 | make DESTDIR=$PKG install | ||
| 20 | ln -s elinks $PKG/usr/bin/links | ||
| 21 | } |