From 0764969753cb001fa40495d6715817c2e6104eec Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 21 Jul 2009 12:06:00 +0200 Subject: gamin: update to 0.1.10 --- conf/checksums.ini | 4 ++++ recipes/gamin/gamin_0.1.10.bb | 13 +++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 recipes/gamin/gamin_0.1.10.bb diff --git a/conf/checksums.ini b/conf/checksums.ini index 03837126ab..6c38aa11cc 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -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 index 0000000000..754f47dc9e --- /dev/null +++ b/recipes/gamin/gamin_0.1.10.bb @@ -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 +} -- cgit v1.2.3