alpha-quadrant/media-gfx/wkhtmltopdf-static/wkhtmltopdf-static-0.12.3.ebuild

24 lines
601 B
Bash
Raw Normal View History

2011-10-27 12:02:35 +02:00
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
2016-09-06 16:38:20 +02:00
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"
2011-10-27 12:02:35 +02:00
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT=strip
2011-10-27 12:02:35 +02:00
RDEPEND="x11-libs/libXrender
x11-libs/libXext
media-fonts/urw-fonts"
DEPEND="${RDEPEND}"
2016-09-06 16:38:20 +02:00
S="${WORKDIR}/wkhtmltox"
2011-10-27 12:02:35 +02:00
src_install() {
2016-09-06 16:38:20 +02:00
dodir "/opt/wkhtmltox"
cp -r ${S}/* ${D}/opt/wkhtmltox/
2011-10-27 12:02:35 +02:00
}