Subversion Repository

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10 - (show annotations)
Sun Oct 4 14:31:32 2009 UTC (3 years, 7 months ago) by cjg
File size: 607 byte(s)
elinks: updated to 0.11.5
1 # 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 # PPC!=
6
7 name=elinks
8 version=0.11.5
9 release=1
10 source=(http://elinks.or.cz/download/$name-$version.tar.bz2)
11
12 build () {
13 cd $name-$version
14 ./configure --prefix=/usr \
15 --sysconfdir=/usr/etc \
16 --enable-256-colors \
17 --disable-nls \
18 --mandir=/usr/man
19 make
20 make DESTDIR=$PKG install
21 ln -s elinks $PKG/usr/bin/links
22 }