libim2: add svn recipe
authorFlorian Boor <florian.boor@kernelconcepts.de>
Tue, 15 Jan 2008 15:32:51 +0000 (15:32 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Tue, 15 Jan 2008 15:32:51 +0000 (15:32 +0000)
packages/gpephone/libim2/.mtn2git_empty [new file with mode: 0644]
packages/gpephone/libim2/disable-tests.patch [new file with mode: 0644]
packages/gpephone/libim2_svn.bb [new file with mode: 0644]

diff --git a/packages/gpephone/libim2/.mtn2git_empty b/packages/gpephone/libim2/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/gpephone/libim2/disable-tests.patch b/packages/gpephone/libim2/disable-tests.patch
new file mode 100644 (file)
index 0000000..c794abd
--- /dev/null
@@ -0,0 +1,11 @@
+--- libim2/Makefile.am~        2008-01-12 01:24:42.000000000 +0100
++++ libim2/Makefile.am 2008-01-12 01:24:42.000000000 +0100
+@@ -2,7 +2,7 @@
+ # have all needed files, that a GNU package needs
+ AUTOMAKE_OPTIONS = foreign 1.4
+-SUBDIRS = src include test
++SUBDIRS = src include
+ #servicesdir = @DBUS_SERVICES_DIR@
+ #services_DATA = improxy.service
diff --git a/packages/gpephone/libim2_svn.bb b/packages/gpephone/libim2_svn.bb
new file mode 100644 (file)
index 0000000..510877c
--- /dev/null
@@ -0,0 +1,22 @@
+LICENSE     = "LGPL"
+DESCRIPTION = "LiPS instant messenger library."
+SECTION = "gpe/libs"
+PRIORITY    = "optional"
+DEPENDS     = "glib-2.0 librecord2 libabenabler2 liblipsevent2 telepathy-glib telepathy-mission-control"
+PV = "0.0+svnr-${SRCREV}"
+PR          = "r1"
+
+inherit gpephone pkgconfig autotools
+
+SRC_URI = "${GPEPHONE_SVN} \
+           file://disable-tests.patch;patch=1"
+
+EXTRA_OECONF = "--enable-test=no"
+
+S = ${WORKDIR}/libim2
+
+FILES_${PN} += " ${datadir}/dbus-1"
+
+do_stage () {
+       autotools_stage_all
+}