blob: 2f4fdd025ac49c59a0261445b29634beb47640c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "inotify-tools is a set of command line utilities for the \
Linux inotify filesystem change notification system."
LICENSE = "GPL"
AUTHOR = "Rohan McGovern"
HOMEPAGE = "http://rohanpm.net/inotify-tools"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
PR = "r0"
SRC_URI = "http://rohanpm.net/files/inotify-tools-2.1.tar.gz"
inherit autotools
|