aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/links-x11/template
blob: a01c9015e826f4b64c3442ead565bb87d06d0242 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Template file for 'links-x11'
pkgname=links-x11
version=2.30
revision=1
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=c4631c6b5a11527cdc3cb7872fc23b7f2b25c2b021d596be410dadb40315f166
conflicts="links"

post_install() {
	mkdir -p ${DESTDIR}/usr/share/doc/
	mv doc/ ${DESTDIR}/usr/share/doc/links
}