opt/elinks/Pkgfile

30 lines
738 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
# Depends on: openssl zlib expat
2006-02-23 16:26:10 +01:00
name=elinks
version=20150225
2015-03-05 15:15:53 +01:00
release=2
source=(http://crux.nu/files/distfiles/$name-$version.tar.xz)
2006-02-23 16:26:10 +01:00
build () {
cd $name-$version
autoreconf -i
2006-02-23 16:26:10 +01:00
./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 \
--with-zlib \
2015-03-05 15:15:53 +01:00
--without-{x,bzlib,lua}
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
ln -s elinks $PKG/usr/bin/links
}