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 --- recipes/gamin/gamin_0.1.10.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes/gamin/gamin_0.1.10.bb (limited to 'recipes/gamin') 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 1.2.3-korg