diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-07-05 11:16:42 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-05 11:16:42 +0000 |
commit | d2c4229e534958f2e0ba69110e266c6c19b36591 (patch) | |
tree | 946c547f47ea7843b879c71e1c96cde287f14237 /packages/inotify-tools/inotify-tools_2.1.bb | |
parent | aea8057b5136fecd53172ac342b496a29d39a20a (diff) | |
parent | 56378718c05875d2544a4b4e59d29945364b0475 (diff) |
merge of 016c6244729b3a1e0b642424fa21373b86defa21
and 1f2a8090a62969a13a937ea60ea66023fb6d48e2
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 + |