Adding osso setup utilities
authorKirtika Ruchandani <kirtibr@gmail.com>
Thu, 25 Jun 2009 09:52:48 +0000 (15:22 +0530)
committerKirtika Ruchandani <kirtibr@gmail.com>
Thu, 25 Jun 2009 09:52:48 +0000 (15:22 +0530)
checksums.ini
osso-games-startup_1.6.15.bb [new file with mode: 0644]

index bd5aff1..b59e7e5 100644 (file)
@@ -27525,3 +27525,7 @@ sha256=378e2248f3df63c9da7a2e79f594de1c3f02fa54bae9173e771573cd20401d40
 [http://mirror.anl.gov/pub/ubuntu/pool/universe/m/marquee-plugins/marquee-plugins_0.22.orig.tar.gz]
 md5=76d6a2b3bca81babf7a1a76d013b9b89
 sha256=b76afac4faed32f81422cf61bdf4a66f0b88b018092b7bdda6dd8df3641bac0b
+
+[http://repository.maemo.org/pool/fremantle/free/o/osso-games-startup/osso-games-startup_1.6.15-2+0m5.tar.gz]
+md5=3fe22f767c6f330e3a7abdcb8d3268b7
+sha256=476e886a72245f48d4919ec38cfcb6772ab19ce3a3f8286982018c1843f37d93
diff --git a/osso-games-startup_1.6.15.bb b/osso-games-startup_1.6.15.bb
new file mode 100644 (file)
index 0000000..3859d63
--- /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 = "Startup Screen for osso-games"
+HOMEPAGE = "http://maemo.org "
+LICENSE = "unknown"
+SECTION = "apps"
+DEPENDS = " libhildon gtk2.0 osso-gnomevfs2  glib2.0 dbus-glib libosso gconf2 libhildonfm2 libhildonmime maemo-launcher"
+PR = "r2"
+
+SRC_URI = "http://repository.maemo.org/pool/fremantle/free/o/${PN}/${PN}_${PV}-2+0m5.tar.gz"
+
+inherit autotools pkgconfig
+
+
+do_stage(){
+autotools_stage_all
+}