mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
lynx: update to 2.9.0dev.9.
This commit is contained in:
parent
a32011ce9b
commit
21bedab217
2 changed files with 5 additions and 11 deletions
|
@ -1,9 +1,8 @@
|
||||||
# Template file for 'lynx'
|
# Template file for 'lynx'
|
||||||
pkgname=lynx
|
pkgname=lynx
|
||||||
version=2.8.9.1
|
version=2.9.0dev.9
|
||||||
revision=5
|
revision=1
|
||||||
_distver="${version%.*}rel.${version##*.}"
|
wrksrc="lynx${version}"
|
||||||
wrksrc="lynx${_distver}"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-widec --with-zlib --with-bzlib --with-ssl --enable-ipv6"
|
configure_args="--enable-widec --with-zlib --with-bzlib --with-ssl --enable-ipv6"
|
||||||
makedepends="zlib-devel bzip2-devel ncurses-devel openssl-devel"
|
makedepends="zlib-devel bzip2-devel ncurses-devel openssl-devel"
|
||||||
|
@ -11,8 +10,8 @@ short_desc="A text browser for the World Wide Web"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://lynx.invisible-island.net/"
|
homepage="http://lynx.invisible-island.net/"
|
||||||
distfiles="http://invisible-mirror.net/archives/lynx/tarballs/${pkgname}${_distver}.tar.gz"
|
distfiles="http://invisible-mirror.net/archives/lynx/tarballs/${pkgname}${version}.tar.bz2"
|
||||||
checksum=a46e4167b8f02c066d2fe2eafcc5603367be0e3fe2e59e9fc4eb016f306afc8e
|
checksum=6fd6dd3f57681ad58d3397c273b430a411ae049b367fd4909b3d70b722da501a
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i configure \
|
sed -i configure \
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
case "$version" in
|
|
||||||
*.*.*.*) version=${version%.*}rel.${version##*.};;
|
|
||||||
esac
|
|
||||||
|
|
||||||
ignore="*dev*"
|
|
Loading…
Add table
Reference in a new issue