source:
common/blfs-tool-deps/908-lynx@
6f8b2a1
Last change on this file since 6f8b2a1 was 390de72, checked in by , 17 years ago | |
---|---|
|
|
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.