diff options
Diffstat (limited to 'meta-lsb/packages/gamin/gamin_0.1.10.bb')
-rw-r--r-- | meta-lsb/packages/gamin/gamin_0.1.10.bb | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/meta-lsb/packages/gamin/gamin_0.1.10.bb b/meta-lsb/packages/gamin/gamin_0.1.10.bb deleted file mode 100644 index 21f1da434c..0000000000 --- a/meta-lsb/packages/gamin/gamin_0.1.10.bb +++ /dev/null | |||
@@ -1,30 +0,0 @@ | |||
1 | DESCRIPTION = "Gamin is a file and directory monitoring system defined to \ | ||
2 | be a subset of the FAM (File Alteration Monitor) system." | ||
3 | HOMEPAGE = "http://people.gnome.org/~veillard/gamin/" | ||
4 | |||
5 | LICENSE = "LGPLv2+" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=412a9be54757a155d0b997b52b519f62" | ||
7 | |||
8 | DEPENDS = "glib-2.0" | ||
9 | PROVIDES = "fam" | ||
10 | PR = "r2" | ||
11 | |||
12 | SRC_URI = "http://www.gnome.org/~veillard/gamin/sources/gamin-${PV}.tar.gz \ | ||
13 | file://no-abstract-sockets.patch" | ||
14 | |||
15 | inherit autotools pkgconfig | ||
16 | |||
17 | EXTRA_OECONF = "--without-python" | ||
18 | |||
19 | PACKAGES += "lib${PN} lib${PN}-dev lib${PN}-dbg" | ||
20 | FILES_${PN} = "${libexecdir}" | ||
21 | FILES_${PN}-dbg = "${libexecdir}/.debug" | ||
22 | FILES_lib${PN} = "${libdir}/lib*.so.*" | ||
23 | FILES_lib${PN}-dev = "${includedir} ${libdir}/pkgconfig ${libdir}/lib*.la \ | ||
24 | ${libdir}/lib*.a ${libdir}/lib*.so" | ||
25 | FILES_lib${PN}-dbg = "${libdir}/.debug/" | ||
26 | |||
27 | RDEPENDS_lib${PN} = "${PN}" | ||
28 | |||
29 | LEAD_SONAME = "libgamin-1.so" | ||
30 | |||