CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
elinks: initial import (verified compilation).
[attic/ports/opt-cross.git] / elinks / Pkgfile
1 # Description: Enhanced version of the links textmode WWW browser with frame/table support
2 # URL: http://elinks.or.cz/
3 # Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
4 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5 # Depends on: openssl zlib
6
7 name=elinks
8 version=0.11.7
9 release=1
10 source=(http://elinks.or.cz/download/$name-$version.tar.bz2)
11
12 build () {
13 cd $name-$version
14 ./configure --host=$CTARGET \
15 --prefix=/usr \
16 --mandir=/usr/man \
17 --sysconfdir=/usr/etc \
18 --enable-256-colors \
19 --disable-nls
20 make
21 make DESTDIR=$PKG install
22 ln -s elinks $PKG/usr/bin/links
23 }