Added libosso-gsf recipe
authorKirtika Ruchandani <kirtibr@gmail.com>
Sat, 23 May 2009 08:51:24 +0000 (14:21 +0530)
committerKirtika Ruchandani <kirtibr@gmail.com>
Sat, 23 May 2009 08:51:24 +0000 (14:21 +0530)
libosso-gsf_1.11.10.4.bb [new file with mode: 0644]

diff --git a/libosso-gsf_1.11.10.4.bb b/libosso-gsf_1.11.10.4.bb
new file mode 100644 (file)
index 0000000..a5c3f14
--- /dev/null
@@ -0,0 +1,24 @@
+# Copyright (C) 2009 Kirtika B Ruchandani <kirtibr@gmail.com> 
+# 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
+}
+
+