aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python/python-fam_1.1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/python/python-fam_1.1.1.bb')
-rw-r--r--packages/python/python-fam_1.1.1.bb12
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
+