void-packages/srcpkgs/lynx/template

19 lines
658 B
Bash
Raw Normal View History

2014-04-26 19:19:21 +00:00
# Template build file for 'lynx'
pkgname=lynx
version=2.8.8
2015-08-06 09:02:07 +00:00
revision=9
2014-07-14 14:22:25 +00:00
wrksrc="${pkgname}${version//./-}"
2014-04-26 19:19:21 +00:00
build_style=gnu-configure
configure_args="--enable-widec --with-zlib --with-bzlib --with-ssl --enable-ipv6"
2014-04-26 19:19:21 +00:00
short_desc="A text browser for the World Wide Web"
maintainer="Enno Boland <gottox@voidlinux.eu>"
makedepends="zlib-devel bzip2-devel ncurses-devel libressl-devel"
2014-04-26 19:19:21 +00:00
license="GPL"
homepage="http://lynx.isc.org"
distfiles="http://lynx.isc.org/${pkgname}${version}/${pkgname}${version}.tar.gz"
checksum=234c9dc77d4c4594ad6216d7df4d49eae3019a3880e602f39721b35b97fbc408
pre_configure() {
sed -i '/LDFLAGS="-L$cf_add_libdir $LDFLAGS"/d' configure
}