From 1020db745ddb68c3a14805b410d441502f6586dc Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Wed, 13 Jan 2010 01:46:41 +0100 Subject: 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) --- recipes/gourmet/gourmet_0.15.2.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes/gourmet/gourmet_0.15.2.bb (limited to 'recipes') 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 " +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 + + + -- cgit 1.2.3-korg