diff options
author | Koen Kooi <koen@openembedded.org> | 2010-07-30 16:20:28 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-07-30 16:20:28 +0200 |
commit | 46fee85f2ec508e213a91ea3a257ba54bc6f8a91 (patch) | |
tree | b8c486d34d6c3274f8ce22fdacd204ab41b62d4e | |
parent | 8ccad253ebdd79edc46e37bbe94f4bd3a2363c5d (diff) |
gocr: add 0.48
-rw-r--r-- | recipes/gocr/gocr_0.48.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/gocr/gocr_0.48.bb b/recipes/gocr/gocr_0.48.bb new file mode 100644 index 0000000000..f4b47cfaa7 --- /dev/null +++ b/recipes/gocr/gocr_0.48.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "GOCR is an OCR (Optical Character Recognition) program" +LICENSE = "GPLv2" + +SRC_URI = "http://www-e.uni-magdeburg.de/jschulen/ocr/gocr-${PV}.tar.gz" +SRC_URI[md5sum] = "9882ba9a93fcb18ab704a10da80c228c" +SRC_URI[sha256sum] = "e0c7b6fc864abfebcb0afa084963fb98f8967b356913e6406cf7b21cfd83d8a2" + +inherit autotools + +RDEPENDS_${PN} = "tcl" |