blob: 6b26a3430b126d7554011d6a6ec83491e2132635 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
>5
6
7
8
9
10
11
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
|