Added hildon-games-wrapper, names of packages generated need to be checked
authorKirtika Ruchandani <kirtibr@gmail.com>
Mon, 29 Jun 2009 16:57:33 +0000 (22:27 +0530)
committerKirtika Ruchandani <kirtibr@gmail.com>
Mon, 29 Jun 2009 16:57:33 +0000 (22:27 +0530)
checksums.ini
hildon-games-wrapper/mer-changes.patch [new file with mode: 0644]
hildon-games-wrapper_1.9.4.bb [new file with mode: 0644]

index 262c0c8..c635d64 100644 (file)
@@ -27621,3 +27621,7 @@ sha256=0a2cfda6701b344eed3e760089e306c50bfd71699592e4e0711c4609814a23ba
 [http://repository.maemo.org/pool/fremantle/free/d/dsme/dsme_0.60.4+0m5.tar.gz]
 md5=bbe7428d72acb1187c8d9b75230cfb0b
 sha256=f0a1b2d1d20fdc2d10827e3f55ce63ac55637725b036fc5c6e51b38ca844dfa7
+
+[http://repository.maemo.org/pool/fremantle/free/h/hildon-games-wrapper/hildon-games-wrapper_1.9.4-3+0m5.tar.gz]
+md5=b7f42ba430cef82ce5be60a7c316a49f  
+sha256=7d783192fde34f0406d1952c95660da2afcfc2eaea28ce0cfb2c6c3a2403dc75 
diff --git a/hildon-games-wrapper/mer-changes.patch b/hildon-games-wrapper/mer-changes.patch
new file mode 100644 (file)
index 0000000..1a30d28
--- /dev/null
@@ -0,0 +1,22 @@
+--- hildon-games-wrapper-1.9.4-3+0m5/Makefile
++++ hildon-games-wrapper-1.9.4-3+0m5/Makefile
+@@ -1,6 +1,6 @@
+ CC=gcc
+ #-O2 -g -Wall coming from debian/rules...
+-HGW_CFLAGS="$(CFLAGS) -Werror"
++HGW_CFLAGS="$(CFLAGS)"
+ PREFIX=/usr
+ all:
+--- hildon-games-wrapper-1.9.4-3+0m5/debian/changelog
++++ hildon-games-wrapper-1.9.4-3+0m5/debian/changelog
+@@ -1,3 +1,9 @@
++hildon-games-wrapper (1.9.4-3+0m5-mer1) jaunty; urgency=low
++
++  * No -Werror
++
++ -- Carsten V. Munk <cvm@cs.au.dk>  Sun, 17 May 2009 14:28:32 +0000
++
+ hildon-games-wrapper (1.9.4-3+0m5) unstable; urgency=low
+   * This entry has been added by BIFH queue processor
diff --git a/hildon-games-wrapper_1.9.4.bb b/hildon-games-wrapper_1.9.4.bb
new file mode 100644 (file)
index 0000000..ce0254f
--- /dev/null
@@ -0,0 +1,25 @@
+# Copyright (C) 2009 Kirtika Ruchandani <kirtibr@gmail.com>
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+DESCRIPTION = "Wrappers for D-BUS and other libraries for games"
+HOMEPAGE = "http://maemo.org"
+LICENSE = "GNU Lesser General Public License-version 2.1 "
+SECTION = "misc"
+DEPENDS = "dbus gconf"
+PR = "r3"
+
+SRC_URI = " http://repository.maemo.org/pool/fremantle/free/h/${PN}/${PN}_${PV}-3+0m5.tar.gz  \
+            file://hildon-games-wrapper/mer-changes.patch;patch=1"
+
+
+
+do_compile() {
+       oe_runmake PREFIX=${prefix}
+}
+
+do_install() {
+       oe_runmake PREFIX=${prefix} DESTDIR=${D} install
+}
+
+
+FILES_${PN} += "/usr/games/wrapper/*"