diff options
Diffstat (limited to 'recipes/python/python-fam_1.1.1.bb')
-rw-r--r-- | recipes/python/python-fam_1.1.1.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/python/python-fam_1.1.1.bb b/recipes/python/python-fam_1.1.1.bb new file mode 100644 index 0000000000..0a49402973 --- /dev/null +++ b/recipes/python/python-fam_1.1.1.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Python access to the File Alteration Monitor" +HOMEPAGE = "http://python-fam.sourceforge.net/" +SECTION = "devel/python" +PRIORITY = "optional" +LICENSE = "LGPL" +DEPENDS = "fam" +PR = "r1" + +SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz" + +inherit distutils + +RDEPENDS = "fam python-core python-io" + |