diff options
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 + + + |