blob: 6b5f9fbd75724cbdafcbb1bf0e7ed0d1f8f6c021 (
plain)
1
2
3
4
5
6
7
8
9
|
DESCRIPTION = "Python Linux Inotify Wrapper"
SECTION = "devel/python"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
LICENSE = "GPL"
SRC_URI = "http://www.vanille.de/mirror/python-inotify-${PV}.tar.gz"
inherit distutils
|