created a wkhtmltopdf-static.ebuild

This commit is contained in:
Micha Glave 2011-10-27 11:16:06 +02:00
parent 897b6c4c18
commit 88fd558330
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST wkhtmltopdf-0.11.0_rc1-static-amd64.tar.bz2 11175276 RMD160 b60ad8cd28499a99fc80c1df615a2d2caf6b091e SHA1 1f5a9ed45c029055b2770d56ec31c890a3e2d33f SHA256 b20c17284d4c03d81ac6ec3e251201da2b99830c9ac831281c8b5d841e7a6632
EBUILD wkhtmltopdf-static-0.11.0_rc1.ebuild 554 RMD160 70dc85dc89726518bdaaef1ec9c05f8678503df3 SHA1 0a6a3e0aa88b6741fa958f33f862c3395fd34b43 SHA256 d1b342ee7e27daed4466cc4d2c7e91ac96741555bb74cc968f158f94d5d2467a

View File

@ -0,0 +1,25 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="Convert html to pdf (and various image formats) using webkit
static"
HOMEPAGE="http://code.google.com/p/wkhtmltopdf/"
SRC_URI="http://wkhtmltopdf.googlecode.com/files/${P/-static/}-static-amd64.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="x11-libs/libXrender"
DEPEND="${RDEPEND}"
src_unpack() {
unpack ${A}
mkdir ${S}
}
src_install() {
exeinto "/opt/${PN}"
doexe "${WORKDIR}"/wkhtmltopdf-amd64
}