diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2010-01-13 01:46:41 +0100 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2010-01-13 01:51:18 +0100 |
commit | 1020db745ddb68c3a14805b410d441502f6586dc (patch) | |
tree | 58fa1ee04494c086f050cdbc4cb3f971da213547 /recipes/gourmet | |
parent | efa8f608e555a247fc25a7e6667d0a31a7ec9dad (diff) |
gourmet: initial commit
* gourmet is a mealmaster-format compatible recipe collection software
* compiles, testing on-device to be done (may require higher than VGA resolution)
Diffstat (limited to 'recipes/gourmet')
-rw-r--r-- | recipes/gourmet/gourmet_0.15.2.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/gourmet/gourmet_0.15.2.bb b/recipes/gourmet/gourmet_0.15.2.bb new file mode 100644 index 0000000000..da43109341 --- /dev/null +++ b/recipes/gourmet/gourmet_0.15.2.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Gourmet is a MealMaster-compatible recipe manager" +AUTHOR = "Thomas Hinkle <thomas_hinkle@users.sourceforge.net>" +HOMEPAGE = "http://grecipe-manager.sf.net" +PRIORITY = "optional" +LICENSE = "GPL" +DEPENDS = "gtk+ python-pygtk" +RDEPENDS = "python-core" + +SRC_URI = "${SOURCEFORGE_MIRROR}/grecipe-manager/${PN}-${PV}.tar.gz" + +inherit distutils + + + |