osso-gwobex Added
authorKirtika Ruchandani <kirtibr@gmail.com>
Sun, 24 May 2009 04:41:38 +0000 (10:11 +0530)
committerKirtika Ruchandani <kirtibr@gmail.com>
Sun, 24 May 2009 04:41:38 +0000 (10:11 +0530)
osso-gwobex_0.60.bb [new file with mode: 0644]

diff --git a/osso-gwobex_0.60.bb b/osso-gwobex_0.60.bb
new file mode 100644 (file)
index 0000000..0428f21
--- /dev/null
@@ -0,0 +1,18 @@
+# Copyright (C) 2009 Kirtika Ruchandani <kirtibr@gmail.com>
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+DESCRIPTION = "Wrapper library for openobex"
+HOMEPAGE = "http://maemo.org"
+LICENSE = "GNU Lesser General Public License-version 2.1"
+SECTION = "base"
+DEPENDS = "libglib libopenobex1"
+PR = "r0"
+
+SRC_URI = "http://repository.maemo.org/pool/diablo/free/o/${PN}/${PN}_${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+do_stage(){
+    autotools_stage_all
+}
+