aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/abuse/abuse_0.7.0.bb
blob: 17280718b812ad5a9984b1da1611ac54d1924cea (plain)
1
2
3
4
5
6
7
8
9
10
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"