void-packages/srcpkgs/links-x11/template
2021-05-26 10:20:58 -03:00

23 lines
773 B
Bash

# Template file for 'links-x11'
pkgname=links-x11
version=2.23
revision=1
wrksrc="${pkgname%-x11}-${version}"
build_style=gnu-configure
configure_args="--with-ssl --enable-graphics --enable-x"
hostmakedepends="pkg-config"
makedepends="bzip2-devel gpm-devel libpng-devel openssl-devel tiff-devel
libX11-devel libXt-devel"
short_desc="Graphics and text mode web browser (with X11 graphics driver)"
maintainer="newbluemoon <blaumolch@mailbox.org>"
license="GPL-2.0-or-later"
homepage="http://links.twibright.com/"
distfiles="http://links.twibright.com/download/links-${version}.tar.bz2"
checksum=6660d202f521fd18bf5184c3f1732d1fa7426a103374277ad1cdb8e57ce6ac45
conflicts="links"
post_install() {
mkdir -p ${DESTDIR}/usr/share/doc/
mv doc/ ${DESTDIR}/usr/share/doc/links
}