source: common/blfs-tool-deps/908-lynx@ 213f81c

2.3.x
Last change on this file since 213f81c was 390de72, checked in by Manuel Canales Esparcia <manuel@…>, 17 years ago

Merged r3438:3440 from trunk.

  • Property mode set to 100644
File size: 362 bytes
RevLine 
[390de72]1#!/bin/bash
2
3# $Id$
4
5set -e
6cd $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
15make
16make install-full
17chgrp -v -R root /usr/share/doc/lynx-2.8.6/lynx_doc
18
19exit
Note: See TracBrowser for help on using the repository browser.