diff options
author | Dmitry Artamonow <mad_soft@inbox.ru> | 2010-01-12 02:23:32 +0100 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2010-01-12 02:23:32 +0100 |
commit | ac5e2953506609e6fad93a5eeb7ed5cb1d104b77 (patch) | |
tree | e7b7b1ca136234e4604ab945d73d4402805c5e8f /recipes | |
parent | 9277a4db3000e58e22da56d9141d873f1b9e4e25 (diff) |
glista: add version 0.4, closes #4525
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/glista/glista_0.4.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/glista/glista_0.4.bb b/recipes/glista/glista_0.4.bb new file mode 100644 index 0000000000..c6a0509183 --- /dev/null +++ b/recipes/glista/glista_0.4.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "Glista is very simple personal to-do list manager" +AUTHOR = "Shahar Evron <shahar at prematureoptimization.org>" +HOMEPAGE = "http://prematureoptimization.org/glista/" +SECTION = "x11/applications" +PRIORITY = "optional" +LICENSE = "GPLv3" +DEPENDS = "gtk+ (>=2.12.0) libxml2" +SRC_URI = "http://glista.googlecode.com/files/glista-${PV}.tar.gz" + +inherit autotools |