2.3
2.3.x
2.4
ablfs
ablfs-more
legacy
new_features
trunk
Last change
on this file since f56e662 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
|
Rev | Line | |
---|
[781acdc] | 1 | #
|
---|
| 2 | # $Id$
|
---|
| 3 | #
|
---|
| 4 | # Lynx is a text based web browser.
|
---|
| 5 | #
|
---|
| 6 |
|
---|
| 7 | PKG="lynx"
|
---|
| 8 | PKG_VERSION="2.8.7"
|
---|
| 9 | PKG_FILE="lynx${PKG_VERSION}.tar.bz2"
|
---|
| 10 | URL="ftp://lynx.isc.org/lynx2.8.5/${PKG_FILE}"
|
---|
| 11 | MD5=""
|
---|
| 12 | PATCH1=""
|
---|
| 13 |
|
---|
| 14 | ( cat << "xEOFx"
|
---|
| 15 |
|
---|
| 16 | ./configure --prefix=/usr --libdir=/etc \
|
---|
| 17 | --with-zlib --with-bzlib &&
|
---|
| 18 | make
|
---|
| 19 |
|
---|
| 20 | make docdir=/usr/share/doc/lynx-2.8.5/doc \
|
---|
| 21 | helpdir=/usr/share/doc/lynx-2.8.5/help install-full &&
|
---|
| 22 | chgrp -v -R root /usr/share/doc/lynx-2.8.5/doc
|
---|
| 23 |
|
---|
| 24 | xEOFx
|
---|
| 25 | ) > tmp
|
---|
Note:
See
TracBrowser
for help on using the repository browser.