contrib/lynx/Pkgfile

28 lines
577 B
Plaintext
Raw Normal View History

2007-11-16 03:00:40 +01:00
# Description: Text-based web browser.
# URL: http://lynx.isc.org/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
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
2015-11-13 05:26:06 +01:00
version=2.8.8-p2
release=1
source=(http://invisible-mirror.net/archives/lynx/tarballs/lynx2.8.8rel.2.tar.bz2)
2006-10-22 10:18:12 +02:00
build() {
2015-11-13 05:26:06 +01:00
cd lynx2-8-8
2007-11-16 03:00:40 +01:00
2006-10-22 10:18:12 +02:00
./configure \
--prefix=/usr \
2015-11-13 05:26:06 +01:00
--mandir=/usr/man \
2006-10-22 10:18:12 +02:00
--disable-nls \
--enable-color-style \
--enable-ipv6 \
2013-05-29 14:07:27 +02:00
--with-ssl=/usr/lib \
2013-06-01 03:31:46 +02:00
--with-zlib \
--with-screen=ncursesw
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
}