diff options
author | Koen Kooi <koen@openembedded.org> | 2008-08-11 19:00:11 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-08-11 19:00:11 +0000 |
commit | 8044ec1f6a518659108ecf23c7c69d5d3f488ca8 (patch) | |
tree | 8343732e61d272ffa7a7d5f1126180a4ba827e93 /packages/quake/sdlquake_1.0.9.bb | |
parent | 5cf49c96a744508ff2dcbb49c86f709096a8f39e (diff) |
sdlquake: add 1.0.9
Diffstat (limited to 'packages/quake/sdlquake_1.0.9.bb')
-rw-r--r-- | packages/quake/sdlquake_1.0.9.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/quake/sdlquake_1.0.9.bb b/packages/quake/sdlquake_1.0.9.bb new file mode 100644 index 0000000000..2fe26993f0 --- /dev/null +++ b/packages/quake/sdlquake_1.0.9.bb @@ -0,0 +1,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 +} + + + + |