22 lines
737 B
Bash
22 lines
737 B
Bash
# Template file for 'links-x11'
|
|
pkgname=links-x11
|
|
version=2.29
|
|
revision=3
|
|
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=22aa96c0b38e1a6f8f7ed9d7a4167a47fc37246097759ef6059ecf8f9ead7998
|
|
conflicts="links"
|
|
|
|
post_install() {
|
|
mkdir -p ${DESTDIR}/usr/share/doc/
|
|
mv doc/ ${DESTDIR}/usr/share/doc/links
|
|
}
|