void-packages/srcpkgs/lynx/template
2021-08-08 00:27:34 +02:00

23 lines
823 B
Bash

# Template file for 'lynx'
pkgname=lynx
version=2.9.0dev.9
revision=1
wrksrc="lynx${version}"
build_style=gnu-configure
configure_args="--enable-widec --with-zlib --with-bzlib --with-ssl --enable-ipv6"
makedepends="zlib-devel bzip2-devel ncurses-devel openssl-devel"
short_desc="A text browser for the World Wide Web"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://lynx.invisible-island.net/"
distfiles="http://invisible-mirror.net/archives/lynx/tarballs/${pkgname}${version}.tar.bz2"
checksum=6fd6dd3f57681ad58d3397c273b430a411ae049b367fd4909b3d70b722da501a
pre_configure() {
sed -i configure \
-e '/LDFLAGS="-L$cf_add_libdir $LDFLAGS"/d' \
-e 's;,$BUILD_CC;,$CC_FOR_BUILD;' \
-e 's;,$BUILD_CFLAGS;,$CFLAGS_FOR_BUILD;' \
-e 's;,$BUILD_LDFLAGS;,$LDFLAGS_FOR_BUILD;'
}