2.3
2.4
ablfs
ablfs-more
legacy
new_features
trunk
Last change
on this file since e818106 was d09e32a, checked in by Manuel Canales Esparcia <manuel@…>, 17 years ago |
For blfs-tool dependencies, replaced links by linx.
Lynx have better GPM support and no locale issues.
|
-
Property mode
set to
100644
|
File size:
362 bytes
|
Line | |
---|
1 | #!/bin/bash
|
---|
2 |
|
---|
3 | # $Id$
|
---|
4 |
|
---|
5 | set -e
|
---|
6 | cd $PKGDIR
|
---|
7 |
|
---|
8 | ./configure --prefix=/usr \
|
---|
9 | --sysconfdir=/etc/lynx \
|
---|
10 | --datadir=/usr/share/doc/lynx-2.8.6 \
|
---|
11 | --with-zlib \
|
---|
12 | --with-bzlib \
|
---|
13 | --with-screen=ncursesw \
|
---|
14 | --enable-locale-charset
|
---|
15 | make
|
---|
16 | make install-full
|
---|
17 | chgrp -v -R root /usr/share/doc/lynx-2.8.6/lynx_doc
|
---|
18 |
|
---|
19 | exit
|
---|
Note:
See
TracBrowser
for help on using the repository browser.