summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta-lsb/packages/gamin/gamin/no-abstract-sockets.patch (renamed from meta-moblin/packages/gamin/gamin/no-abstract-sockets.patch)0
-rw-r--r--meta-lsb/packages/gamin/gamin_0.1.10.bb29
-rw-r--r--meta-moblin/packages/gamin/gamin_0.1.10.bb9
3 files changed, 29 insertions, 9 deletions
diff --git a/meta-moblin/packages/gamin/gamin/no-abstract-sockets.patch b/meta-lsb/packages/gamin/gamin/no-abstract-sockets.patch
index b8aacfb23..b8aacfb23 100644
--- a/meta-moblin/packages/gamin/gamin/no-abstract-sockets.patch
+++ b/meta-lsb/packages/gamin/gamin/no-abstract-sockets.patch
diff --git a/meta-lsb/packages/gamin/gamin_0.1.10.bb b/meta-lsb/packages/gamin/gamin_0.1.10.bb
new file mode 100644
index 000000000..e540c290a
--- /dev/null
+++ b/meta-lsb/packages/gamin/gamin_0.1.10.bb
@@ -0,0 +1,29 @@
+DESCRIPTION = "Gamin is a file and directory monitoring system defined to \
+be a subset of the FAM (File Alteration Monitor) system."
+HOMEPAGE = "http://people.gnome.org/~veillard/gamin/"
+
+LICENSE = "LGPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=412a9be54757a155d0b997b52b519f62"
+
+PROVIDES = "fam"
+PR = "r1"
+
+SRC_URI = "http://www.gnome.org/~veillard/gamin/sources/gamin-${PV}.tar.gz \
+ file://no-abstract-sockets.patch"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--without-python"
+
+PACKAGES += "lib${PN} lib${PN}-dev lib${PN}-dbg"
+FILES_${PN} = "${libexecdir}"
+FILES_${PN}-dbg = "${libexecdir}/.debug"
+FILES_lib${PN} = "${libdir}/lib*.so.*"
+FILES_lib${PN}-dev = "${includedir} ${libdir}/pkgconfig ${libdir}/lib*.la \
+ ${libdir}/lib*.a ${libdir}/lib*.so"
+FILES_lib${PN}-dbg = "${libdir}/.debug/"
+
+RDEPENDS_lib${PN} = "${PN}"
+
+LEAD_SONAME = "libgamin-1.so"
+
diff --git a/meta-moblin/packages/gamin/gamin_0.1.10.bb b/meta-moblin/packages/gamin/gamin_0.1.10.bb
deleted file mode 100644
index 48fc73e6d..000000000
--- a/meta-moblin/packages/gamin/gamin_0.1.10.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-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