aboutsummaryrefslogtreecommitdiffstats
path: root/packages/nonworking
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-08-03 00:07:52 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-03 00:07:52 +0000
commit9e3eafa27d785b1a357332d6183e33dd0eb8e56b (patch)
treea9e12ee983cf8427f4e21b5743d4ff51fead13cf /packages/nonworking
parent1f46d61330cef352542dede22fb1c654ea7ddbd4 (diff)
downloadopenembedded-9e3eafa27d785b1a357332d6183e33dd0eb8e56b.tar.gz
add crimsonfields, a popular tactical war game in the tradition of Battle Isle
NOTE: this was pretty complex and annoying as I had to add a native libsdl and a native libsdl-ttf as well as a native version of the crimsonfields tools :/
Diffstat (limited to 'packages/nonworking')
-rw-r--r--packages/nonworking/crimsonfields/.mtn2git_empty0
-rw-r--r--packages/nonworking/crimsonfields/crimsonfields_0.4.6.bb25
2 files changed, 0 insertions, 25 deletions
diff --git a/packages/nonworking/crimsonfields/.mtn2git_empty b/packages/nonworking/crimsonfields/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/nonworking/crimsonfields/.mtn2git_empty
+++ /dev/null
diff --git a/packages/nonworking/crimsonfields/crimsonfields_0.4.6.bb b/packages/nonworking/crimsonfields/crimsonfields_0.4.6.bb
deleted file mode 100644
index 0674506547..0000000000
--- a/packages/nonworking/crimsonfields/crimsonfields_0.4.6.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-DESCRIPTION = "Crimson Fields is a tactical war game in the tradition of Battle Isle."
-SECTION = "games"
-PRIORITY = "optional"
-DEPENDS = "virtual/libsdl libsdl-mixer libsdl-ttf"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-LICENSE = "GPL"
-
-SRC_URI = "http://crimson.seul.org/files/crimson-${PV}.tar.bz2"
-S = "${WORKDIR}/crimson-${PV}"
-
-inherit autotools
-
-do_configure() {
- gnu-configize
- oe_runconf
-}
-
-do_compile() {
- cd tools && oe_runmake \
- CC="${BUILD_CC}" CXX="${BUILD_CXX}" LD="${BUILD_CCLD}" \
- CFLAGS="${BUILD_CFLAGS}" CXXFLAGS="${BUILD_CXXFLAGS}" LDFLAGS="${BUILD_LDFLAGS}"
- cd ${S} && oe_runmake
-}
-
-# FIXME: Add .desktop file for Opie/Qtopia