From 2d796544f96ad0dbb546fbeafd11b9c9b6e7e5e5 Mon Sep 17 00:00:00 2001 From: Kirtika Ruchandani Date: Sat, 23 May 2009 14:21:24 +0530 Subject: [PATCH] Added libosso-gsf recipe --- libosso-gsf_1.11.10.4.bb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 libosso-gsf_1.11.10.4.bb diff --git a/libosso-gsf_1.11.10.4.bb b/libosso-gsf_1.11.10.4.bb new file mode 100644 index 0000000..a5c3f14 --- /dev/null +++ b/libosso-gsf_1.11.10.4.bb @@ -0,0 +1,24 @@ +# Copyright (C) 2009 Kirtika B Ruchandani +# Released under the MIT license (see COPYING.MIT for the terms) + +DESCRIPTION = "Patched version of libgsf" +HOMEPAGE = "http://maemo.org" +LICENSE = "GPL" +SECTION = "base" +DEPENDS = "glib-2.0 zlib" +PR = "r5" + + +SRC_URI = "http://repository.maemo.org/pool/diablo/free/libo/${PN}/${PN}_${PV}-1.tar.gz" + +inherit autotools pkgconfig + +do_configure(){ + oe_runconf +} + +do_stage() { + autotools_stage_all +} + + -- 1.7.9.5