wkhtmltopdf 0.12.3

This commit is contained in:
Micha Glave
2016-09-06 16:38:20 +02:00
parent 95fdff84cf
commit a9aee139fa
3 changed files with 9 additions and 44 deletions

View File

@@ -0,0 +1,23 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=6
DESCRIPTION="Convert html to pdf (and various image formats) using webkit static"
HOMEPAGE="http://wkhtmltopdf.org/"
SRC_URI="http://download.gna.org/wkhtmltopdf/0.12/${PV}/wkhtmltox-${PV}_linux-generic-amd64.tar.xz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT=strip
RDEPEND="x11-libs/libXrender
x11-libs/libXext
media-fonts/urw-fonts"
DEPEND="${RDEPEND}"
S="${WORKDIR}/wkhtmltox"
src_install() {
dodir "/opt/wkhtmltox"
cp -r ${S}/* ${D}/opt/wkhtmltox/
}