[oe-commits] Vaudano Luca : estardict: new recipe for elementary based offline dictionary reader

git version control git at git.openembedded.org
Fri Mar 5 09:32:29 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 12659be7a7e21f1495caef724f6d18173b693985
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=12659be7a7e21f1495caef724f6d18173b693985

Author: Vaudano Luca <vaudano at gmail.com>
Date:   Tue Mar  2 19:26:18 2010 +0100

estardict: new recipe for elementary based offline dictionary reader

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/estardict/estardict_0.1.bb |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/recipes/estardict/estardict_0.1.bb b/recipes/estardict/estardict_0.1.bb
new file mode 100644
index 0000000..7894235
--- /dev/null
+++ b/recipes/estardict/estardict_0.1.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "EstarDict is a offline dictionary reader"
+HOMEPAGE = "http://www.vaudano.eu/wiki/en/estardict"
+AUTHOR = "Luca Vaudano"
+LICENSE = "GPLv3"
+SECTION = "e/apps"
+DEPENDS = "elementary"
+
+SRC_URI = "http://www.vaudano.eu/projects/${PN}/${PN}-${PV}.tar.gz;name=archive"
+SRC_URI[archive.md5sum] = "cb66965f3f6725cce8010bd8fd0e4618"
+SRC_URI[archive.sha256sum] = "c12fb0608d2de7bdb1b1f1002b691ceea4286e69d8374548c7549e1153c1286e"
+
+inherit autotools





More information about the Openembedded-commits mailing list