contrib/lynx/Pkgfile

26 lines
520 B
Plaintext
Raw Normal View History

2007-11-16 03:00:40 +01:00
# Description: Text-based web browser.
# URL: http://lynx.isc.org/
2008-03-26 03:45:31 +01:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
2007-11-16 03:00:40 +01:00
# Packager: Mark Rosenstand, mark at borkware dot net
# Depends on: ncurses openssl zlib
2006-10-22 10:18:12 +02:00
name=lynx
2011-01-24 09:30:08 +01:00
version=2.8.7
2007-06-01 19:53:10 +02:00
release=3
2006-10-22 10:18:12 +02:00
source=(http://lynx.isc.org/lynx$version/lynx$version.tar.bz2)
build() {
2007-11-16 03:00:40 +01:00
cd lynx${version//./-}
2006-10-22 10:18:12 +02:00
./configure \
--prefix=/usr \
--disable-nls \
--enable-color-style \
--enable-ipv6 \
2007-11-16 03:00:40 +01:00
--with-ssl \
2006-10-22 10:18:12 +02:00
--with-zlib
2007-11-16 03:00:40 +01:00
2006-10-22 10:18:12 +02:00
make
2008-09-11 12:52:26 +02:00
make -j 1 DESTDIR=$PKG install
2006-10-22 10:18:12 +02:00
}