mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
w3m: update to 0.5.3.git20190105.
This commit is contained in:
parent
5e51c8c58a
commit
6394326107
1 changed files with 7 additions and 8 deletions
|
@ -1,21 +1,20 @@
|
||||||
# Template file for 'w3m'
|
# Template file for 'w3m'
|
||||||
pkgname=w3m
|
pkgname=w3m
|
||||||
version=0.5.3.git20180125
|
version=0.5.3.git20190105
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="${pkgname}-${version/.git/-git}"
|
wrksrc="${pkgname}-${version/.git/-git}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="--libexecdir=/usr/lib --enable-image=x11,fb
|
||||||
--libexecdir=/usr/lib --enable-image=x11,fb --with-imagelib=imlib2
|
--with-imagelib=imlib2 --with-termlib=ncurses --disable-w3mmailer"
|
||||||
--with-termlib=ncurses --disable-w3mmailer"
|
|
||||||
hostmakedepends="pkg-config gc-devel perl"
|
hostmakedepends="pkg-config gc-devel perl"
|
||||||
makedepends="zlib-devel ncurses-devel gc-devel libressl-devel imlib2-devel libX11-devel"
|
makedepends="zlib-devel ncurses-devel gc-devel libressl-devel imlib2-devel libX11-devel"
|
||||||
short_desc="Text-based Web browser and pager (with Debian patches)"
|
short_desc="Text-based Web browser and pager (with Debian patches)"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://w3m.sourceforge.net"
|
homepage="https://tracker.debian.org/pkg/w3m"
|
||||||
changelog="https://raw.githubusercontent.com/tats/w3m/master/NEWS"
|
changelog="https://raw.githubusercontent.com/tats/w3m/master/NEWS"
|
||||||
distfiles="https://github.com/tats/w3m/archive/v${version/.git/+git}.tar.gz"
|
distfiles="https://github.com/tats/w3m/archive/v${version/.git/+git}.tar.gz"
|
||||||
checksum=c75068ef06963c9e3fd387e8695a203c6edda2f467b5f2f754835afb75eb36f3
|
checksum=0467bb5429b75749205a3f57b9f5e8abba49929272aeab6fce94ff17953f0784
|
||||||
|
|
||||||
LDFLAGS="-lX11"
|
LDFLAGS="-lX11"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue