diff options
Diffstat (limited to 'recipes/abuse/abuse_0.7.0.bb')
-rw-r--r-- | recipes/abuse/abuse_0.7.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/abuse/abuse_0.7.0.bb b/recipes/abuse/abuse_0.7.0.bb new file mode 100644 index 0000000000..17280718b8 --- /dev/null +++ b/recipes/abuse/abuse_0.7.0.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Abuse-SDL is a port of Abuse by Crack Dot Com to Linux - SDL edition." +SECTION = "games" +LICENSE = "GPL" +APPNAME = "abuse.sdl" + +SRC_URI = "http://www.labyrinth.net.au/~trandor/abuse/files/abuse_sdl-${PV}.tar.bz2" +S = "${WORKDIR}/abuse_sdl-${PV}" + +inherit autotools sdl + +FILES_${PN} += "${datadir}/games" |