source: custom/examples/963-lynx@ b4cf321

2.3 2.3.x 2.4 ablfs ablfs-more legacy new_features trunk
Last change on this file since b4cf321 was 781acdc, checked in by George Boudreau <georgeb@…>, 18 years ago

Add a few more examples for custom builds

  • Property mode set to 100644
File size: 447 bytes
Line 
1#
2# $Id$
3#
4# Lynx is a text based web browser.
5#
6
7PKG="lynx"
8PKG_VERSION="2.8.7"
9PKG_FILE="lynx${PKG_VERSION}.tar.bz2"
10URL="ftp://lynx.isc.org/lynx2.8.5/${PKG_FILE}"
11MD5=""
12PATCH1=""
13
14( cat << "xEOFx"
15
16./configure --prefix=/usr --libdir=/etc \
17 --with-zlib --with-bzlib &&
18make
19
20make docdir=/usr/share/doc/lynx-2.8.5/doc \
21 helpdir=/usr/share/doc/lynx-2.8.5/help install-full &&
22chgrp -v -R root /usr/share/doc/lynx-2.8.5/doc
23
24xEOFx
25) > tmp
Note: See TracBrowser for help on using the repository browser.