From aa24468127b741e9cd9294511a671b4afadcd5aa Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Thu, 28 Apr 2011 18:44:36 +0200 Subject: wesnoth_svn: move fro /obsolete to /obsolete/wesnoth Signed-off-by: Andrea Adami --- recipes/obsolete/wesnoth/wesnoth_svn.bb | 19 +++++++++++++++++++ recipes/obsolete/wesnoth_svn.bb | 19 ------------------- 2 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 recipes/obsolete/wesnoth/wesnoth_svn.bb delete mode 100644 recipes/obsolete/wesnoth_svn.bb diff --git a/recipes/obsolete/wesnoth/wesnoth_svn.bb b/recipes/obsolete/wesnoth/wesnoth_svn.bb new file mode 100644 index 0000000000..97abc5318e --- /dev/null +++ b/recipes/obsolete/wesnoth/wesnoth_svn.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "fantasy turn-based strategy game" +PV = "0.01+svnr${SRCPV}" +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 +} diff --git a/recipes/obsolete/wesnoth_svn.bb b/recipes/obsolete/wesnoth_svn.bb deleted file mode 100644 index 97abc5318e..0000000000 --- a/recipes/obsolete/wesnoth_svn.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "fantasy turn-based strategy game" -PV = "0.01+svnr${SRCPV}" -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 -} -- cgit 1.2.3-korg