opt/elinks/Pkgfile

24 lines
687 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/
2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: openssl, zlib
name=elinks
2011-08-03 11:06:26 +02:00
version=0.12-3b8e36d
2011-05-24 11:22:05 +02:00
release=1
source=(http://crux.s3.amazonaws.com/dist/$name-$version.tar.xz)
2006-02-23 16:26:10 +01:00
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 \
2011-05-24 11:22:05 +02:00
--enable-html-highlight \
--disable-nls \
--without-{zlib,bzlib}
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
ln -s elinks $PKG/usr/bin/links
}