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
|
Line | |
---|
1 | #
|
---|
2 | # $Id$
|
---|
3 | #
|
---|
4 | # Lynx is a text based web browser.
|
---|
5 | #
|
---|
6 |
|
---|
7 | PKG="lynx"
|
---|
8 | PKG_VERSION="2.8.6"
|
---|
9 | PKG_FILE="lynx${PKG_VERSION}.tar.bz2"
|
---|
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
|
---|
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 |
|
---|
26 | make
|
---|
27 |
|
---|
28 | make install-full &&
|
---|
29 | chgrp -v -R root /usr/share/doc/lynx-2.8.6/lynx_doc
|
---|
30 |
|
---|
31 | xEOFx
|
---|
32 | ) > tmp
|
---|
Note:
See
TracBrowser
for help on using the repository browser.