]> git.armaanb.net Git - asd-repo.git/blob - core/lynx/build
gmake: new package at 4.3
[asd-repo.git] / core / lynx / build
1 #!/bin/sh -e
2
3 ./configure \
4     --prefix=/usr \
5     --sysconfdir=/etc \
6     --with-screen=ncursesw \
7     --with-ssl \
8     --with-zlib \
9     --enable-ipv6 \
10     --disable-news \
11     --disable-ftp
12
13 sed -i 's|\.lynxrc|.config/lynx/lynxrc|g' userdefs.h
14
15 gmake 
16 gmake DESTDIR="$1" install