diff options
Diffstat (limited to 'abuse/abuse_0.7.0.oe')
-rw-r--r-- | abuse/abuse_0.7.0.oe | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/abuse/abuse_0.7.0.oe b/abuse/abuse_0.7.0.oe index e69de29bb2..69ef8b4475 100644 --- a/abuse/abuse_0.7.0.oe +++ b/abuse/abuse_0.7.0.oe @@ -0,0 +1,12 @@ +DESCRIPTION = "Abuse-SDL is a port of Abuse by Crack Dot Com to Linux using the Simple DirectMedia Layer library." +PRIORITY = "optional" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" +LICENSE = "GPL" +DEPENDS = "virtual/libsdl libsdl-mixer libsdl-image" + +FILES_${PN} += "${datadir}/games" + +SRC_URI = "http://www.labyrinth.net.au/~trandor/abuse/files/abuse_sdl-${PV}.tar.bz2" +S = "${WORKDIR}/abuse_sdl-${PV}" + +inherit autotools |