]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
elinks: Enhance with more libraries: openssl, zlib, libidn.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 8 Mar 2011 23:32:10 +0000 (00:32 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 8 Mar 2011 23:32:10 +0000 (00:32 +0100)
Also enables support for bittorrent protocol.

pkgs/elinks/elinks.nm

index e7d018bc05ea42666001116a74983c228e872b38..de97e8c4ceb6423442259b3e09cb6297b26ee4fd 100644 (file)
@@ -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