From 78fd871c6e33d65b5dc289ebe18f9689c23bd713 Mon Sep 17 00:00:00 2001 From: Kirtika Ruchandani Date: Sun, 24 May 2009 10:11:38 +0530 Subject: [PATCH] osso-gwobex Added --- osso-gwobex_0.60.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 osso-gwobex_0.60.bb diff --git a/osso-gwobex_0.60.bb b/osso-gwobex_0.60.bb new file mode 100644 index 0000000..0428f21 --- /dev/null +++ b/osso-gwobex_0.60.bb @@ -0,0 +1,18 @@ +# Copyright (C) 2009 Kirtika Ruchandani +# 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 +} + -- 1.7.9.5