2.4
ablfs
ablfs-more
legacy
new_features
trunk
Last change
on this file since b533b78 was dcf0e25, checked in by George Boudreau <georgeb@…>, 18 years ago |
bug hunt in custom package examples
|
-
Property mode
set to
100644
|
File size:
606 bytes
|
Rev | Line | |
---|
[781acdc] | 1 | #
|
---|
| 2 | # $Id$
|
---|
| 3 | #
|
---|
| 4 | # Lynx is a text based web browser.
|
---|
| 5 | #
|
---|
| 6 |
|
---|
| 7 | PKG="lynx"
|
---|
[dcf0e25] | 8 | PKG_VERSION="2.8.6"
|
---|
[781acdc] | 9 | PKG_FILE="lynx${PKG_VERSION}.tar.bz2"
|
---|
[dcf0e25] | 10 | URL="ftp://lynx.isc.org/lynx2.8.6/${PKG_FILE}"
|
---|
| 11 | MD5="dc80497b7dda6a28fd80404684d27548"
|
---|
| 12 | for i in PATCH{1..10}; do
|
---|
| 13 | unset $i
|
---|
| 14 | done
|
---|
[781acdc] | 15 |
|
---|
| 16 | ( cat << "xEOFx"
|
---|
| 17 |
|
---|
[dcf0e25] | 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 |
|
---|
[781acdc] | 26 | make
|
---|
| 27 |
|
---|
[dcf0e25] | 28 | make install-full &&
|
---|
| 29 | chgrp -v -R root /usr/share/doc/lynx-2.8.6/lynx_doc
|
---|
[781acdc] | 30 |
|
---|
| 31 | xEOFx
|
---|
| 32 | ) > tmp
|
---|
Note:
See
TracBrowser
for help on using the repository browser.