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