aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/quake/sdlquake_1.0.9.bb
blob: f5e64cfab17fdbe003a7c08b712a7222ec36080d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DESCRIPTION = "Quake 1"
SECTION = "x11/games"
PRIORITY = "optional"
DEPENDS = "virtual/libsdl libsdl-mixer libsdl-net zlib libxau"
LICENSE = "GPL"

SRC_URI = "http://www.libsdl.org/projects/quake/src/sdlquake-${PV}.tar.gz \
	   file://sdlquake-no-x86-asm.diff \
	   " 	

inherit autotools

# Fix up broken autofoo
do_configure_prepend() {
	touch INSTALL NEWS README AUTHORS ChangeLog
	echo "AM_PROG_AS" >> configure.in
}





SRC_URI[md5sum] = "6465dc6545970352dfa6305c36c2403d"
SRC_URI[sha256sum] = "097882b4613c87303dd068c41c95e77675da790cab63c7b440e70643d1741035"