blob: da431093412b5781dbef72edfd5c5428ff9dd61c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|