2006-02-23 15:26:10 +00: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
|
2015-03-05 11:07:45 +01:00
|
|
|
# Depends on: openssl zlib expat
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
name=elinks
|
2017-06-22 11:25:32 +02:00
|
|
|
version=20170613
|
2016-03-15 16:56:00 +01:00
|
|
|
release=1
|
2015-03-05 11:07:45 +01:00
|
|
|
source=(http://crux.nu/files/distfiles/$name-$version.tar.xz)
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
build () {
|
|
|
|
cd $name-$version
|
2015-03-05 11:07:45 +01:00
|
|
|
|
|
|
|
autoreconf -i
|
|
|
|
|
2006-02-23 15:26:10 +00:00
|
|
|
./configure --prefix=/usr \
|
|
|
|
--sysconfdir=/usr/etc \
|
|
|
|
--enable-256-colors \
|
2011-05-24 11:22:05 +02:00
|
|
|
--enable-html-highlight \
|
2010-10-26 13:54:23 +02:00
|
|
|
--disable-nls \
|
2015-03-05 11:07:45 +01:00
|
|
|
--with-zlib \
|
2015-03-05 15:15:53 +01:00
|
|
|
--without-{x,bzlib,lua}
|
2015-03-05 11:07:45 +01:00
|
|
|
|
2015-11-17 14:21:33 +00:00
|
|
|
make CFLAGS="$CFLAGS -Wno-all"
|
2006-02-23 15:26:10 +00:00
|
|
|
make DESTDIR=$PKG install
|
2015-03-05 11:07:45 +01:00
|
|
|
|
2006-02-23 15:26:10 +00:00
|
|
|
ln -s elinks $PKG/usr/bin/links
|
|
|
|
}
|