summaryrefslogtreecommitdiffstats
path: root/lynx/Pkgfile
blob: 77c31209b706407f527d5841f4e2b858804bf71c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Description: Un navigateur texte pour le WWW
# URL: http://lynx.isc.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on:

name=lynx
version=2.8.7
release=1
source=(http://lynx.isc.org/$name$version/$name$version.tar.gz)

build() {
cd ${name}2-8-7
	./configure --prefix=/usr \
	--mandir=/usr/share/man \
	--datadir=/usr/share/doc/$name-$version \
	--sysconfdir=/etc \
	--with-ssl \
	--enable-locale-charset \
	--enable-nls \
	--with-zlib \
	--with-bzlib \
	--with-screen=ncursesw
	make
	make DESTDIR=$PKG install
}