mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: links-x11-2.16
This commit is contained in:
parent
a9378fe572
commit
7863eee624
1 changed files with 22 additions and 0 deletions
22
srcpkgs/links-x11/template
Normal file
22
srcpkgs/links-x11/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'links-x11'
|
||||||
|
pkgname=links-x11
|
||||||
|
version=2.16
|
||||||
|
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 libressl-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.gz"
|
||||||
|
checksum=83ab4557d9b121570384d1bd27adf16f962b9b007bac5780ae094e6fff6b3d62
|
||||||
|
conflicts="links"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
mkdir -p ${DESTDIR}/usr/share/doc/
|
||||||
|
mv doc/ ${DESTDIR}/usr/share/doc/links
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue