aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gamin
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-07-21 12:06:00 +0200
committerKoen Kooi <koen@openembedded.org>2009-07-21 12:06:00 +0200
commit0764969753cb001fa40495d6715817c2e6104eec (patch)
treeef884dfd23573a593adf59ae062d45131d0cff2f /recipes/gamin
parent1137409282578989b8fb962946d39a9744e2122b (diff)
downloadopenembedded-0764969753cb001fa40495d6715817c2e6104eec.tar.gz
gamin: update to 0.1.10
Diffstat (limited to 'recipes/gamin')
-rw-r--r--recipes/gamin/gamin_0.1.10.bb13
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
+}