diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-06-21 05:39:28 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-06-21 05:39:28 +0000 |
commit | 35673b07fcb65e7109ed0430a9a4aa7e4313d437 (patch) | |
tree | 47467ebdde79fd319e500fe908be723c5ca6f8b5 /packages/python/python-fam_1.1.1.bb | |
parent | 3b75654ea6ca540724285c394744e8b2463f8d28 (diff) |
add python-fam, bindings for the file alteration monitor. closes #2466
Diffstat (limited to 'packages/python/python-fam_1.1.1.bb')
-rw-r--r-- | packages/python/python-fam_1.1.1.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/python/python-fam_1.1.1.bb b/packages/python/python-fam_1.1.1.bb new file mode 100644 index 0000000000..cf74265aa3 --- /dev/null +++ b/packages/python/python-fam_1.1.1.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Python access to the File Alteration Monitor" +HOMEPAGE = "http://python-fam.sourceforge.net/" +SECTION = "devel/python" +PRIORITY = "optional" +LICENSE = "LGPL" +DEPENDS = "fam" +RDEPENDS = "fam python-core python-io" + +SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz" + +inherit distutils + |