source: custom/examples/963-lynx@ 1330ebc

2.3 2.3.x 2.4 ablfs ablfs-more legacy new_features trunk
Last change on this file since 1330ebc was dcf0e25, checked in by George Boudreau <georgeb@…>, 17 years ago

bug hunt in custom package examples

  • Property mode set to 100644
File size: 606 bytes
Line 
1#
2# $Id$
3#
4# Lynx is a text based web browser.
5#
6
7PKG="lynx"
8PKG_VERSION="2.8.6"
9PKG_FILE="lynx${PKG_VERSION}.tar.bz2"
10URL="ftp://lynx.isc.org/lynx2.8.6/${PKG_FILE}"
11MD5="dc80497b7dda6a28fd80404684d27548"
12for i in PATCH{1..10}; do
13 unset $i
14done
15
16( cat << "xEOFx"
17
18./configure --prefix=/usr \
19 --sysconfdir=/etc/lynx \
20 --datadir=/usr/share/doc/lynx-2.8.6 \
21 --with-zlib \
22 --with-bzlib \
23 --with-screen=ncursesw \
24 --enable-locale-charset &&
25
26make
27
28make install-full &&
29chgrp -v -R root /usr/share/doc/lynx-2.8.6/lynx_doc
30
31xEOFx
32) > tmp
Note: See TracBrowser for help on using the repository browser.