aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lbreakout/lbreakout2_2.6beta.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/lbreakout/lbreakout2_2.6beta.bb')
-rw-r--r--recipes/lbreakout/lbreakout2_2.6beta.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/lbreakout/lbreakout2_2.6beta.bb b/recipes/lbreakout/lbreakout2_2.6beta.bb
new file mode 100644
index 0000000000..496a80904e
--- /dev/null
+++ b/recipes/lbreakout/lbreakout2_2.6beta.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "LBreakout2 is an award winning breakout-style arcade game in the manner of Arkanoid."
+HOMEPAGE = "http://lgames.sourceforge.net/index.php?project=LBreakout2"
+SECTION = "games/arcade"
+LICENSE = "GPL"
+DEPENDS = "virtual/libsdl libsdl-mixer libsdl-net"
+PR = "r1"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/lgames/lbreakout2-2.6beta.tar.gz"
+
+export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config"
+
+inherit autotools
+