]> Pileus Git - ~andy/sunrise/blobdiff - app-text/chm2pdf/chm2pdf-0.9.ebuild
app-text/chm2pdf: New Ebuild for bug #205208
[~andy/sunrise] / app-text / chm2pdf / chm2pdf-0.9.ebuild
diff --git a/app-text/chm2pdf/chm2pdf-0.9.ebuild b/app-text/chm2pdf/chm2pdf-0.9.ebuild
new file mode 100644 (file)
index 0000000..e02ca69
--- /dev/null
@@ -0,0 +1,21 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="A script that converts a CHM file into a single PDF file."
+HOMEPAGE="http://code.google.com/p/${PN}/"
+SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+RDEPEND="dev-python/pychm
+       app-text/htmldoc
+       dev-libs/chmlib
+       dev-lang/python "
+
+src_install() {
+    dobin ${PN} || die "failed to create executable"
+    dodoc README
+}