opt/elinks/Pkgfile

22 lines
614 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Enhanced version of the links textmode WWW browser with frame/table support
# URL: http://elinks.or.cz/
2008-07-11 09:29:19 +02:00
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
2006-02-23 16:26:10 +01:00
# Depends on: openssl, zlib
name=elinks
2009-08-24 15:51:26 +02:00
version=0.11.7
2006-02-23 16:26:10 +01:00
release=1
source=(http://elinks.or.cz/download/$name-$version.tar.bz2)
build () {
cd $name-$version
./configure --prefix=/usr \
2008-09-22 15:48:59 +02:00
--mandir=/usr/man \
2006-02-23 16:26:10 +01:00
--sysconfdir=/usr/etc \
--enable-256-colors \
--disable-nls
make
make DESTDIR=$PKG install
ln -s elinks $PKG/usr/bin/links
}