diff options
author | Matthias Hentges <oe@hentges.net> | 2007-11-29 21:52:01 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2007-11-29 21:52:01 +0000 |
commit | ae7eb4076905d0b10613ba756acc9924e3d4fbaf (patch) | |
tree | d696d2ffa10fdc1f78c2639a4f3747b3b8f4bc12 /packages/wesnoth | |
parent | 67a1d946c02b02f76e70e792d4cfb1b0c5ada84e (diff) | |
parent | 281e31e88a5958f8d22ade40fd7f1713a470f7c3 (diff) |
merge of '19bacabe62a70bf0818d663c4cd3bc168e5cf49e'
and '332e97250454514e2c07aea9f1695ab21166d191'
Diffstat (limited to 'packages/wesnoth')
-rw-r--r-- | packages/wesnoth/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/wesnoth/wesnoth_svn.bb | 19 |
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 +} |