gamin: put into meta-lsb

changes:
  - gamin now also PROVIDES fam, moved to meta-lsb
  - separate out libgamin

Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
Qing He 2010-08-12 13:55:07 +08:00 committed by Richard Purdie
parent 3a7c857064
commit 0eb96abfc9
3 changed files with 29 additions and 9 deletions

View File

@ -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"

View File

@ -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