aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gourmet/gourmet_0.15.2.bb
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2010-01-13 01:46:41 +0100
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2010-01-13 01:51:18 +0100
commit1020db745ddb68c3a14805b410d441502f6586dc (patch)
tree58fa1ee04494c086f050cdbc4cb3f971da213547 /recipes/gourmet/gourmet_0.15.2.bb
parentefa8f608e555a247fc25a7e6667d0a31a7ec9dad (diff)
downloadopenembedded-1020db745ddb68c3a14805b410d441502f6586dc.tar.gz
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/gourmet_0.15.2.bb')
-rw-r--r--recipes/gourmet/gourmet_0.15.2.bb14
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
+
+
+