diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-07-05 10:44:32 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-05 10:44:32 +0000 |
commit | d7e68815a4792e66b5ea496ef219ab45b7adf39f (patch) | |
tree | 56e2a2ce9535a03ae37d9ec46dcebf9b49d49018 /packages/inotify-tools/inotify-tools_2.1.bb | |
parent | 86d9211f52171f3367ce974b997e16864e20118d (diff) |
add inotify-tools, set of command line utilities for the Linux inotify filesystem change notification system.
Diffstat (limited to 'packages/inotify-tools/inotify-tools_2.1.bb')
-rw-r--r-- | packages/inotify-tools/inotify-tools_2.1.bb | 12 |
1 files changed, 12 insertions, 0 deletions
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 <mickey@Vanille.de>" +PR = "r0" + +SRC_URI = "http://rohanpm.net/files/inotify-tools-2.1.tar.gz" + +inherit autotools + |