aboutsummaryrefslogtreecommitdiffstats
path: root/packages/wesnoth
diff options
context:
space:
mode:
authorJan Lübbe <jluebbe@debian.org>2007-11-29 15:55:38 +0000
committerJan Lübbe <jluebbe@debian.org>2007-11-29 15:55:38 +0000
commitcbdde2a0573a0ccdee52e887b49bb980c161d55b (patch)
tree9b71bc8882487a5cf71690983aca110fdda53715 /packages/wesnoth
parent82ef14e73032b4364c7ef2b372f9868f5ceed793 (diff)
downloadopenembedded-cbdde2a0573a0ccdee52e887b49bb980c161d55b.tar.gz
wesnoth: add a package for the current svn version (thanks Johannes Schauer)
Diffstat (limited to 'packages/wesnoth')
-rw-r--r--packages/wesnoth/.mtn2git_empty0
-rw-r--r--packages/wesnoth/wesnoth_svn.bb19
2 files changed, 19 insertions, 0 deletions
diff --git a/packages/wesnoth/.mtn2git_empty b/packages/wesnoth/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/wesnoth/.mtn2git_empty
diff --git a/packages/wesnoth/wesnoth_svn.bb b/packages/wesnoth/wesnoth_svn.bb
new file mode 100644
index 0000000000..430abe7d0f
--- /dev/null
+++ b/packages/wesnoth/wesnoth_svn.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "fantasy turn-based strategy game"
+PV = "0.01+svnr${SRCREV}"
+PR = "r1"
+SECTION = "games"
+LICENSE = "GPL"
+DEPENDS += "libsdl-image libsdl-mixer libsdl-net"
+SRC_URI = "svn://svn.gna.org/svn/wesnoth;module=trunk;proto=http"
+
+EXTRA_OECONF += " --enable-tinygui --disable-python --enable-lite --enable-lowmem"
+
+S = "${WORKDIR}/trunk"
+
+inherit autotools
+
+addtask autogen after do_patch before do_configure
+
+do_autogen() {
+ cd ${WORKDIR}/trunk/ && ./autogen.sh --host=armv4t-angstrom-linux-gnueabi
+}