# Description: A lightweight Browser (CLI only) # URL: http://links.twibright.com/ # Maintainer: Christian Stankowic, info at stankowic minus development dot net # Depends on: openssl gpm name=links version=2.3pre2 release=1 source=(http://links.twibright.com/download/links-$version.tar.bz2) build () { cd links-$version ./configure --prefix=/usr \ --with-ssl \ --enable-gpm \ --enable-javascript \ --disable-graphics \ --without-svgalib \ --without-x \ --without-fb \ --without-directfb \ --without-atheos \ --without-libjpeg \ --without-libtiff \ make make prefix=$PKG/usr install }