mokomaze/mokomaze_0.5.5.bb: RDEPENDS -> RDEPENDS_${PN}
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Fri, 8 Oct 2010 10:25:08 +0000 (12:25 +0200)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Fri, 8 Oct 2010 10:25:11 +0000 (12:25 +0200)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/mokomaze/mokomaze_0.5.5.bb

index 1e75d25..61412cd 100644 (file)
@@ -1,14 +1,14 @@
-DESCRIPTION="Classic game where you control a steel ball by tilting a wooden labyrinth"
-HOMEPAGE="http://mokomaze.projects.openmoko.org/"
-SECTION="x11/games"
-PRIORITY="optional"
-LICENSE="GPLv3"
-DEPENDS="libsdl-ttf libsdl-image ode"
-RDEPENDS="ttf-liberation-mono libpng"
+DESCRIPTION = "Classic game where you control a steel ball by tilting a wooden labyrinth"
+HOMEPAGE = "http://mokomaze.projects.openmoko.org/"
+SECTION = "x11/games"
+PRIORITY = "optional"
+LICENSE = "GPLv3"
+DEPENDS = "libsdl-ttf libsdl-image ode"
+RDEPENDS_${PR} = "ttf-liberation-mono libpng"
 
 RDEPENDS_shr += "fsoraw"
 
-PR="r3"
+PR="r4"
 PV="0.5.5+git8"