diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-26 10:38:39 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-26 10:38:39 +0000 |
commit | 720757546fad7a6a22bd7fd92d24c0522b2bed7e (patch) | |
tree | 4855b55dff707015abc6932c2a60b22d11e32be8 /nonworking | |
parent | 8d3292b2dc6ea3d03c13f0811be7b26d0390633d (diff) |
break out qpe-specific bits from abuse
BKrev: 40dd522f23F9WkMmV13jTbiAZlXzdg
Diffstat (limited to 'nonworking')
-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 |