summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/python-tesseract/python-tesseract-0.7.ebuild')
-rw-r--r--app-text/python-tesseract/python-tesseract-0.7.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-text/python-tesseract/python-tesseract-0.7.ebuild b/app-text/python-tesseract/python-tesseract-0.7.ebuild
new file mode 100644
index 0000000..109847b
--- /dev/null
+++ b/app-text/python-tesseract/python-tesseract-0.7.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2008-2012 Funtoo Technologies
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit distutils
+
+DESCRIPTION="Python wrapper class for Tesseract"
+HOMEPAGE="http://code.google.com/p/python-tesseract"
+SRC_URI="http://${PN}.googlecode.com/files/${PN}_${PV}.orig.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}
+ >=app-text/tesseract-3.00
+"