source:
common/blfs-tool-deps/908-lynx@
e75665c
Last change on this file since e75665c was 390de72, checked in by , 17 years ago | |
---|---|
|
|
File size: 362 bytes |
Rev | Line | |
---|---|---|
[390de72] | 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.