From: Michael Tremer Date: Tue, 8 Mar 2011 23:32:10 +0000 (+0100) Subject: elinks: Enhance with more libraries: openssl, zlib, libidn. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06ff00a58d2a9e96d06b723c556683982f53bf9a;p=ipfire-3.x.git elinks: Enhance with more libraries: openssl, zlib, libidn. Also enables support for bittorrent protocol. --- diff --git a/pkgs/elinks/elinks.nm b/pkgs/elinks/elinks.nm index e7d018bc0..de97e8c4c 100644 --- a/pkgs/elinks/elinks.nm +++ b/pkgs/elinks/elinks.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include PKG_NAME = elinks PKG_VER = 0.11.7 -PKG_REL = 0 +PKG_REL = 1 PKG_MAINTAINER = PKG_GROUP = Applications/Internet @@ -34,7 +34,8 @@ PKG_URL = http://elinks.or.cz/ PKG_LICENSE = GPLv2 PKG_SUMMARY = Full-Featured Text WWW Browser. -PKG_BUILD_DEPS+= gdbm-devel +PKG_BUILD_DEPS+= expat-devel gdbm-devel gnutls-devel libidn-devel \ + openssl-devel zlib-devel define PKG_DESCRIPTION ELinks is an advanced and well-established feature-rich text mode \ @@ -44,3 +45,7 @@ define PKG_DESCRIPTION endef PKG_TARBALL = $(THISAPP).tar.gz + +CONFIGURE_OPTIONS += \ + --enable-bittorrent \ + --enable-256-colors