summaryrefslogtreecommitdiffstats
path: root/recipes/quake/sdlquake_1.0.9.bb
blob: 2fe26993f0a246f4ec4e34cf1193cb4181c9c28e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION = "Quake 1"
SECTION = "x11/games"
PRIORITY = "optional"
DEPENDS = "libsdl-x11 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;patch=1 \
	   " 	

inherit autotools

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