Add galago/libgalago from OE

git-svn-id: https://svn.o-hand.com/repos/poky@136 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2005-10-13 11:44:16 +00:00
parent c54a8ad597
commit 11c91fb9bb
3 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,15 @@
--- /tmp/configure.ac 2005-09-08 21:38:49.316449440 +0200
+++ libgalago-0.3.3/configure.ac 2005-09-08 21:39:32.697854464 +0200
@@ -198,11 +198,8 @@
dnl #
dnl # Check for Check
dnl #
-AM_PATH_CHECK(, [have_check="yes"],
-[
- AC_MSG_WARN([Check not found; cannot run some unit tests])
have_check="no"
-])
+
AM_CONDITIONAL(HAVE_CHECK, test "$have_check" = "yes")

View File

@ -0,0 +1,13 @@
DESCRIPTION = "Galago is a desktop presence framework, designed to transmit presence information between programs."
HOMEPAGE = "http://www.galago-project.org/"
MAINTAINER = "Koen Kooi <koen@handhelds.org>"
LICENSE = "GPL"
DEPENDS = "gettext libgalago dbus glib-2.0"
SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \
file://no-check.patch;patch=1"
EXTRA_OECONF = "--disable-binreloc"
inherit autotools pkgconfig

View File

@ -0,0 +1,18 @@
DESCRIPTION = "Galago is a desktop presence framework, designed to transmit presence information between programs."
HOMEPAGE = "http://www.galago-project.org/"
MAINTAINER = "Koen Kooi <koen@handhelds.org>"
LICENSE = "LGPL"
DEPENDS = "gettext dbus glib-2.0"
PR = "r1"
SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \
file://no-check.patch;patch=1"
inherit autotools pkgconfig
do_stage() {
autotools_stage_includes
install -d ${STAGING_LIBDIR}
install -m 755 libgalago/.libs/libgalago.so.1.0.0 ${STAGING_LIBDIR}/libgalago.so
}