diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gamin/gamin_0.1.10.bb | 13 |
1 files changed, 13 insertions, 0 deletions
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 +} |