lynx: build with ssl support

This commit is contained in:
Enno Boland 2014-05-18 19:04:51 +02:00
parent 983647b242
commit 080848d404
1 changed files with 4 additions and 2 deletions

View File

@ -1,13 +1,15 @@
# Template build file for 'lynx'
pkgname=lynx
version=2.8.8
revision=1
revision=2
build_style=gnu-configure
short_desc="A text browser for the World Wide Web"
maintainer="Enno Boland <eb@s01.de>"
makedepends="ncurses-devel"
makedepends="ncurses-devel openssl-devel"
hostmakedepends="pkg-config"
license="GPL"
homepage="http://lynx.isc.org"
distfiles="http://lynx.isc.org/${pkgname}${version}/${pkgname}${version}.tar.gz"
checksum=234c9dc77d4c4594ad6216d7df4d49eae3019a3880e602f39721b35b97fbc408
wrksrc=${pkgname}${version//./-}
configure_args="--with-ssl"