gamin: update to 0.1.10
authorKoen Kooi <koen@openembedded.org>
Tue, 21 Jul 2009 10:06:00 +0000 (12:06 +0200)
committerKoen Kooi <koen@openembedded.org>
Tue, 21 Jul 2009 10:06:00 +0000 (12:06 +0200)
conf/checksums.ini
recipes/gamin/gamin_0.1.10.bb [new file with mode: 0644]

index 0383712..6c38aa1 100644 (file)
@@ -7146,6 +7146,10 @@ sha256=9f17181cd8bf46203a288e3fc1d9bd82d5dc011fe419d33bee2f62bace081f08
 md5=d2f52d92776f47bf353787237607f23c
 sha256=9f17181cd8bf46203a288e3fc1d9bd82d5dc011fe419d33bee2f62bace081f08
 
+[http://www.gnome.org/~veillard/gamin/sources/gamin-0.1.10.tar.gz]
+md5=b4ec549e57da470c04edd5ec2876a028
+sha256=28085f0ae8be10eab582ff186af4fb0be92cc6c62b5cc19cd09b295c7c2899a1
+
 [http://www.gnome.org/~veillard/gamin/sources/gamin-0.1.8.tar.gz]
 md5=985022c8b1b993e471d528fd0e14ffbe
 sha256=be22f69b4797db510f4270ff0e228dd027e99e561ac5f5d38be595be7e82d203
diff --git a/recipes/gamin/gamin_0.1.10.bb b/recipes/gamin/gamin_0.1.10.bb
new file mode 100644 (file)
index 0000000..754f47d
--- /dev/null
@@ -0,0 +1,13 @@
+DESCRIPTION = "Gamin is a file and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor) system."
+LICENSE = "LGPL"
+
+SRC_URI = "http://www.gnome.org/~veillard/gamin/sources/gamin-${PV}.tar.gz \
+           file://no-abstract-sockets.patch;patch=1"
+
+EXTRA_OECONF = " --without-python " 
+
+inherit autotools pkgconfig
+
+do_stage() {
+        autotools_stage_all
+}