# Copyright (C) 2009 Kirtika Ruchandani # 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 }