blob: 0a49402973a3011b458b2240744542b6c5777823 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"
|