summaryrefslogtreecommitdiff
path: root/packages/gamin/gamin_0.1.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gamin/gamin_0.1.8.bb')
-rw-r--r--packages/gamin/gamin_0.1.8.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/gamin/gamin_0.1.8.bb b/packages/gamin/gamin_0.1.8.bb
new file mode 100644
index 0000000000..c5a448107e
--- /dev/null
+++ b/packages/gamin/gamin_0.1.8.bb
@@ -0,0 +1,11 @@
+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"
+
+inherit autotools
+
+do_stage() {
+ autotools_stage_all
+}