2006-04-12 03:27:28 +00:00
|
|
|
|
# Description: Lynx, a text WWW browser
|
|
|
|
|
# URL: http://lynx.browser.org
|
|
|
|
|
# Packager: Jussi M<>ki, valen at ihanaa dot org
|
2006-10-18 16:57:53 +00:00
|
|
|
|
# Maintainer:
|
2006-04-12 03:27:28 +00:00
|
|
|
|
|
|
|
|
|
name=lynx
|
|
|
|
|
version=2.8.5
|
|
|
|
|
release=1
|
|
|
|
|
source=(http://lynx.isc.org/release/$name$version.tar.bz2)
|
|
|
|
|
|
|
|
|
|
build () {
|
|
|
|
|
cd lynx`echo $version | sed -e 's/\./-/g'`
|
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
|
--libdir=/usr/lib/lynx \
|
|
|
|
|
--disable-nls \
|
|
|
|
|
--with-ssl \
|
|
|
|
|
--enable-color-style \
|
|
|
|
|
--enable-default-colors \
|
|
|
|
|
--enable-prettysrc \
|
|
|
|
|
--disable-finger \
|
|
|
|
|
--enable-ipv6
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|