Added libopenobex
authorKirtika Ruchandani <kirtibr@gmail.com>
Sat, 23 May 2009 09:34:56 +0000 (15:04 +0530)
committerKirtika Ruchandani <kirtibr@gmail.com>
Sat, 23 May 2009 09:34:56 +0000 (15:04 +0530)
libopenobex1_1.3.bb [new file with mode: 0644]

diff --git a/libopenobex1_1.3.bb b/libopenobex1_1.3.bb
new file mode 100644 (file)
index 0000000..2b84504
--- /dev/null
@@ -0,0 +1,19 @@
+# Copyright (C) 2009 Kirtika Ruchandani <kirtibr@gmail.com>
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+DESCRIPTION = "Free implementation of the object exchange library"
+HOMEPAGE = "www.openobex.org"
+LICENSE = "GPL"
+SECTION = "base"
+DEPENDS = "bluez cdbs"
+PR = "r3"
+
+SRC_URI = "http://repository.maemo.org/pool/diablo/free/libo/${PN}/${PN}_${PV}osso5.tar.gz"
+
+S = "${WORKDIR}/${PN}-${PV}osso5"
+
+inherit autotools pkgconfig
+
+do_stage(){
+    autotools_stage_all
+}