inotify-tools: add 3.13
authorSteve Sakoman <steve@sakoman.com>
Thu, 3 Sep 2009 05:40:08 +0000 (22:40 -0700)
committerKoen Kooi <koen@openembedded.org>
Thu, 3 Sep 2009 08:30:45 +0000 (10:30 +0200)
conf/checksums.ini
recipes/inotify-tools/inotify-tools_3.13.bb [new file with mode: 0644]

index 0ba2bfc..38e35dc 100644 (file)
@@ -11490,9 +11490,9 @@ sha256=84a111a6a979152cd25b60825b4945da4b167f19fb9ec115f9c59b4b49927547
 md5=a593b2eabde56f122e2bb3d2d45f7ca7
 sha256=90f69ae24cc21fa6d33dc406077f16c06113b3000f7d267e7056e52f50d0abc0
 
-[http://heanet.dl.sourceforge.net/inotify-tools/inotify-tools-3.12.tar.gz]
-md5=a593b2eabde56f122e2bb3d2d45f7ca7
-sha256=90f69ae24cc21fa6d33dc406077f16c06113b3000f7d267e7056e52f50d0abc0
+[http://downloads.sourceforge.net/inotify-tools/inotify-tools-3.13.tar.gz]
+md5=35d7178297390f18bae451e083362acf
+sha256=464146acec2c118be63a6c2a090d9252fbe9689c093db85b695d0502fa229445
 
 [http://www.rpsys.net/openzaurus/patches/archive/input_modalias_fix-r0.patch]
 md5=291fdc77615d56d1ec8a9d4ad3dcc39e
diff --git a/recipes/inotify-tools/inotify-tools_3.13.bb b/recipes/inotify-tools/inotify-tools_3.13.bb
new file mode 100644 (file)
index 0000000..e4f0734
--- /dev/null
@@ -0,0 +1,13 @@
+DESCRIPTION = "command line utilities for the Linux inotify filesystem change notification system."
+LICENSE = "GPL"
+AUTHOR = "Rohan McGovern"
+HOMEPAGE = "http://inotify-tools.sourceforge.net/"
+
+EXTRA_OECONF = "--disable-doxygen"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/inotify-tools/inotify-tools-${PV}.tar.gz \
+           file://no-tests.patch;patch=1 \
+          "
+
+inherit autotools
+