[oe-commits] : wolf4sdl: add 1.6

OE GIT Trial gittrial at amethyst.openembedded.net
Mon Sep 22 13:46:36 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: 96e8c4e44b9a882af8433d0da0dda8f2a965a687
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=96e8c4e44b9a882af8433d0da0dda8f2a965a687

Author:  <koen at openembedded.org>
Date:   Mon Sep 22 12:35:43 2008 +0000

wolf4sdl: add 1.6

---

 packages/wolf3d/wolf4sdl_1.6.bb |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/packages/wolf3d/.mtn2git_empty b/packages/wolf3d/.mtn2git_empty
new file mode 100644
index 0000000..e69de29
diff --git a/packages/wolf3d/wolf4sdl_1.6.bb b/packages/wolf3d/wolf4sdl_1.6.bb
new file mode 100644
index 0000000..2e3483b
--- /dev/null
+++ b/packages/wolf3d/wolf4sdl_1.6.bb
@@ -0,0 +1,17 @@
+LICENSE = "Various"
+DESCRIPTION = "Wolfenstein3d game engine"
+DEPENDS = "virtual/libsdl libsdl-mixer"
+
+SRC_URI = "http://www.stud.uni-karlsruhe.de/~uvaue/chaos/bins/Wolf4SDL-${PV}-src.zip"
+
+S = "${WORKDIR}/Wolf4SDL-1.6-src"
+
+TARGET_CFLAGS_append = " -lSDL -lSDL_mixer -I${STAGING_INCDIR} -I${STAGING_INCDIR}/SDL"
+
+do_compile() {
+	oe_runmake -e Q= PREFIX=${prefix}
+}
+
+do_install() {
+	oe_runmake -e Q= PREFIX=${D}/${prefix} install
+}





More information about the Openembedded-commits mailing list