#!/bin/bash

#Do not have openssl-0.9.8.tcz shared libs installed during build.

DEPS="compiletc.tcz bash.tcz openssl-1.0.0-static.tcz"

tar xvf links-2.3.tar.xz
cd links-2.3
./configure --prefix=/usr/local --with-ssl=/usr/local/openssl-1.0.0 --without-x --without-libtiff --without-libjpeg --disable-graphics --with-fb
make 
make install DESTDIR=/mnt/hda6/links/pkg-cli

strip --strip-unneeded "$PKG"/usr/local/bin/links
bzip2 "$PKG"/usr/local/man/man1/links.1
 