diff options
author | 2008-07-09 09:29:48 +0000 | |
---|---|---|
committer | 2008-07-09 09:29:48 +0000 | |
commit | 85db52a04d07f65543b9ca01b153cc82da324176 (patch) | |
tree | d129129e20fc3cb51c6bc033b561045d78f7b566 /app-text/chm2pdf/chm2pdf-0.9.ebuild | |
parent | Fix mirror. (diff) | |
download | sunrise-85db52a04d07f65543b9ca01b153cc82da324176.tar.gz sunrise-85db52a04d07f65543b9ca01b153cc82da324176.tar.bz2 sunrise-85db52a04d07f65543b9ca01b153cc82da324176.zip |
app-text/chm2pdf: New Ebuild for bug #205208
svn path=/sunrise/; revision=6456
Diffstat (limited to 'app-text/chm2pdf/chm2pdf-0.9.ebuild')
-rw-r--r-- | app-text/chm2pdf/chm2pdf-0.9.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-text/chm2pdf/chm2pdf-0.9.ebuild b/app-text/chm2pdf/chm2pdf-0.9.ebuild new file mode 100644 index 000000000..e02ca6944 --- /dev/null +++ b/app-text/chm2pdf/chm2pdf-0.9.ebuild @@ -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 +} |