opt/elinks/Pkgfile

29 lines
728 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
2016-03-15 16:56:00 +01:00
version=20160207
release=1
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 \
--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}
make CFLAGS="$CFLAGS -Wno-all"
2006-02-23 16:26:10 +01:00
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
ln -s elinks $PKG/usr/bin/links
}