blob: dee655cc917ab16fc1888cbb5e97e048cb1ce27f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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"
MAINTAINER = "Michael 'Mickey' Lauer"
DEPENDS = "virtual/libsdl libsdl-mixer libsdl-net"
PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/lgames/lbreakout2-2.6beta.tar.gz"
export SDL_CONFIG = "${STAGING_BINDIR}/sdl-config"
inherit autotools
|