From: Michael Lauer Date: Wed, 5 Jul 2006 10:44:32 +0000 (+0000) Subject: add inotify-tools, set of command line utilities for the Linux inotify filesystem... X-Git-Tag: Release-2010-05/1~9453^2~1339^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7e68815a4792e66b5ea496ef219ab45b7adf39f;p=openembedded.git add inotify-tools, set of command line utilities for the Linux inotify filesystem change notification system. --- diff --git a/packages/inotify-tools/.mtn2git_empty b/packages/inotify-tools/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/inotify-tools/inotify-tools_2.1.bb b/packages/inotify-tools/inotify-tools_2.1.bb new file mode 100644 index 0000000000..2f4fdd025a --- /dev/null +++ b/packages/inotify-tools/inotify-tools_2.1.bb @@ -0,0 +1,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 " +PR = "r0" + +SRC_URI = "http://rohanpm.net/files/inotify-tools-2.1.tar.gz" + +inherit autotools +