aboutsummaryrefslogtreecommitdiffstats
path: root/packages/kobodeluxe/kobodeluxe_0.5.1.bb
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2008-02-10 00:17:46 +0000
committerRobert Schuster <thebohemian@gmx.net>2008-02-10 00:17:46 +0000
commit97ed01f3e5d63d088dd1ca10ae009a93fa63739e (patch)
treed20c8eeaed6ada3568248e52d0502736a23afc00 /packages/kobodeluxe/kobodeluxe_0.5.1.bb
parent5114b62e16ee52ec3ede08d40accc22913ffa099 (diff)
downloadopenembedded-97ed01f3e5d63d088dd1ca10ae009a93fa63739e.tar.gz
kobodeluxe: New recipe.
Diffstat (limited to 'packages/kobodeluxe/kobodeluxe_0.5.1.bb')
-rw-r--r--packages/kobodeluxe/kobodeluxe_0.5.1.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/packages/kobodeluxe/kobodeluxe_0.5.1.bb b/packages/kobodeluxe/kobodeluxe_0.5.1.bb
new file mode 100644
index 0000000000..0c9ae458f8
--- /dev/null
+++ b/packages/kobodeluxe/kobodeluxe_0.5.1.bb
@@ -0,0 +1,26 @@
+DESCRIPTION = "Fast-paced 2D top-down shooter where you have to destroy space station"
+SECTION = "games"
+PRIORITY = "optional"
+LICENSE = "GPL"
+AUTHOR = "David Olofson <david@olofson.net>"
+HOMEPAGE = "http://olofson.net/kobodl"
+
+DEPENDS = "libsdl-image virtual/libsdl"
+
+RDEPENDS_${PN} = "${PN}-data"
+
+SRC_URI = "http://olofson.net/kobodl/download/KoboDeluxe-${PV}.tar.bz2 \
+ file://debian-kobo.patch;patch=1 \
+ "
+
+S = "${WORKDIR}/KoboDeluxe-${PV}"
+
+inherit autotools
+
+EXTRA_OECONF = "--disable-sdltest"
+
+PACKAGES += "${PN}-data"
+
+FILES_${PN}-data = "${datadir}"
+
+PACKAGE_ARCH_${PN}-data = "all"