From 35673b07fcb65e7109ed0430a9a4aa7e4313d437 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Thu, 21 Jun 2007 05:39:28 +0000 Subject: add python-fam, bindings for the file alteration monitor. closes #2466 --- packages/python/python-fam_1.1.1.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/python/python-fam_1.1.1.bb (limited to 'packages/python/python-fam_1.1.1.bb') 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 + -- cgit v1.2.3