]> Pileus Git - ~andy/sunrise/blob - app-text/tesseract-pl/tesseract-pl-9999.ebuild
sci-visualization/tulip: Fix qt deps
[~andy/sunrise] / app-text / tesseract-pl / tesseract-pl-9999.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 ESVN_REPO_URI="http://tesseract-polish.googlecode.com/svn/trunk/tessdata/"
6
7 inherit subversion
8
9 DESCRIPTION="Polish data files for tesseract OCR"
10 HOMEPAGE="http://code.google.com/p/tesseract-polish/"
11 SRC_URI=""
12
13 LICENSE="Apache-2.0"
14 SLOT="0"
15 KEYWORDS=""
16 IUSE=""
17
18 src_install() {
19         insinto /usr/share/tessdata
20         doins pol.* || die "doins failed"
21
22         dodoc ATTRIBUTIONS NOTICE || die "dodoc failed"
23 }