libgalago: add libgalago to OE
authorKoen Kooi <koen@openembedded.org>
Thu, 8 Sep 2005 19:47:22 +0000 (19:47 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 8 Sep 2005 19:47:22 +0000 (19:47 +0000)
packages/galago/.mtn2git_empty [new file with mode: 0644]
packages/galago/libgalago-0.3.3/.mtn2git_empty [new file with mode: 0644]
packages/galago/libgalago-0.3.3/no-check.patch [new file with mode: 0644]
packages/galago/libgalago_0.3.3.bb [new file with mode: 0644]

diff --git a/packages/galago/.mtn2git_empty b/packages/galago/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/galago/libgalago-0.3.3/.mtn2git_empty b/packages/galago/libgalago-0.3.3/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/galago/libgalago-0.3.3/no-check.patch b/packages/galago/libgalago-0.3.3/no-check.patch
new file mode 100644 (file)
index 0000000..89b0eaf
--- /dev/null
@@ -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")
diff --git a/packages/galago/libgalago_0.3.3.bb b/packages/galago/libgalago_0.3.3.bb
new file mode 100644 (file)
index 0000000..4410322
--- /dev/null
@@ -0,0 +1,12 @@
+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"
+
+
+SRC_URI =      "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \
+                file://no-check.patch;patch=1"
+
+inherit autotools
+