summaryrefslogtreecommitdiff
path: root/packages/python/python-fam_1.1.1.bb
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-06-21 16:08:16 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-06-21 16:08:16 +0000
commitba68b5b60c6b212df3ac763a9283462564403330 (patch)
tree976a4391a5e19d6835f314598ed1cb24fa3a4c09 /packages/python/python-fam_1.1.1.bb
parentfa1cb20696128f0b580187f779aac90b879456f7 (diff)
parent07903f2bd73ad78932437c6dcfb45c25f722fc57 (diff)
merge of 'aaafb999d11846eacd606047f3cddf7a583a9e0c'
and 'b0652ec03153efab79c1e4fedf9f6847d4695672'
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
+