inkspill: add recipe for nice little game written by Al Sweigart.
authorJustus Winter <4winter@informatik.uni-hamburg.de>
Thu, 7 Oct 2010 12:31:46 +0000 (12:31 +0000)
committerMartin Jansa <Martin.Jansa@gmail.com>
Tue, 12 Oct 2010 18:34:44 +0000 (20:34 +0200)
* I merely optimized the animations until it ran smoothly on my openmoko,
  tweaked the user interface for the mokos screen and packaged it.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/inkspill/inkspill_0.1.bb [new file with mode: 0644]

diff --git a/recipes/inkspill/inkspill_0.1.bb b/recipes/inkspill/inkspill_0.1.bb
new file mode 100644 (file)
index 0000000..3f72e83
--- /dev/null
@@ -0,0 +1,12 @@
+DESCRIPTION = "Ink Spill is a Flood It Clone by Al Sweigart"
+HOMEPAGE = "http://inventwithpython.com/blog/2010/09/09/code-comments-tutorial-ink-spill-a-flood-it-clone/"
+LICENSE = "Creative Commons BY-NC-SA 3.0 US"
+DEPENDS = "python-pygame"
+RDEPENDS_${PN} = "python-pygame"
+SRC_URI = "hg://www.jade-hamburg.de/~teythoon/repos;module=${PN};rev=${SRCREV};proto=https"
+SRCREV = "d7185f0b3f28"
+S = "${WORKDIR}/inkspill"
+
+inherit distutils
+
+FILES_${PN} += " ${datadir}/applications/* ${datadir}/pixmaps/*"