summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-10-11 08:02:20 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-10-11 08:02:20 +0000
commit5834f8ab644d7f188207e44ada6eae491efbc02e (patch)
treebe3ed74f85d4ef4f627f7d6fd58be00ed070be3c /app-text/pdftohtml/pdftohtml-0.36.ebuild
parentinitial commit, ebuild by robbat2@gentoo.org (diff)
downloadgentoo-2-5834f8ab644d7f188207e44ada6eae491efbc02e.tar.gz
gentoo-2-5834f8ab644d7f188207e44ada6eae491efbc02e.tar.bz2
gentoo-2-5834f8ab644d7f188207e44ada6eae491efbc02e.zip
initial commit, ebuild by robbat2@gentoo.org
Diffstat (limited to 'app-text/pdftohtml/pdftohtml-0.36.ebuild')
-rw-r--r--app-text/pdftohtml/pdftohtml-0.36.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/app-text/pdftohtml/pdftohtml-0.36.ebuild b/app-text/pdftohtml/pdftohtml-0.36.ebuild
new file mode 100644
index 000000000000..fac9c7c61209
--- /dev/null
+++ b/app-text/pdftohtml/pdftohtml-0.36.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/pdftohtml/pdftohtml-0.36.ebuild,v 1.1 2003/10/11 08:02:18 robbat2 Exp $
+
+DESCRIPTION="pdftohtml is a utility which converts PDF files into HTML and XML formats"
+HOMEPAGE="http://${PN}.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="virtual/glibc sys-devel/gcc"
+RDEPEND="virtual/glibc"
+S=${WORKDIR}/${P}
+
+src_compile() {
+ emake || die
+}
+
+src_install() {
+ dobin pdftohtml
+ dodoc AUTHORS BUGS CHANGES COPYING README pdf2xml.dtd
+}