void-packages/srcpkgs/w3m/template
2020-07-03 22:47:23 +02:00

44 lines
1.3 KiB
Bash

# Template file for 'w3m'
pkgname=w3m
version=0.5.3.git20190105
revision=3
wrksrc="${pkgname}-${version/.git/-git}"
build_style=gnu-configure
configure_args="--libexecdir=/usr/lib --enable-image=x11,fb
--with-imagelib=imlib2 --with-termlib=ncurses --disable-w3mmailer"
hostmakedepends="pkg-config gc-devel perl"
makedepends="zlib-devel ncurses-devel gc-devel libressl-devel imlib2-devel libX11-devel"
short_desc="Text-based Web browser and pager (with Debian patches)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://tracker.debian.org/pkg/w3m"
changelog="https://raw.githubusercontent.com/tats/w3m/master/NEWS"
distfiles="https://github.com/tats/w3m/archive/v${version/.git/+git}.tar.gz"
checksum=0467bb5429b75749205a3f57b9f5e8abba49929272aeab6fce94ff17953f0784
LDFLAGS="-lX11"
pre_build() {
# build host mktable
if [ "$CROSS_BUILD" ]; then
make CC=cc CFLAGS=-Os LD=ld LDFLAGS= mktable
mv mktable host-mktable
chmod 755 host-mktable
make clean
sed -e 's,./mktable$(EXT),./host-mktable$(EXT),g' -i Makefile
fi
}
post_install() {
vlicense ${wrksrc}/doc/README
}
w3m-img_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - image display support"
pkg_install() {
vmove /usr/lib/w3m/w3mimgdisplay
vmove /usr/lib/w3m/xface2xpm
}
}