From d6de101a9cef1a8d13ed64b672507584435595fe Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sat, 11 Feb 2017 22:39:22 +0100 Subject: [PATCH] freedroidrpg: update to latest release. Makes it a bit easier to build with modern autotools. --- ...15.1.recipe => freedroidrpg-0.16.1.recipe} | 23 ++++++++++++------- 1 file changed, 15 insertions(+), 8 deletions(-) rename games-rpg/freedroidrpg/{freedroidrpg-0.15.1.recipe => freedroidrpg-0.16.1.recipe} (88%) diff --git a/games-rpg/freedroidrpg/freedroidrpg-0.15.1.recipe b/games-rpg/freedroidrpg/freedroidrpg-0.16.1.recipe similarity index 88% rename from games-rpg/freedroidrpg/freedroidrpg-0.15.1.recipe rename to games-rpg/freedroidrpg/freedroidrpg-0.16.1.recipe index ab9be0872..ee266ab06 100644 --- a/games-rpg/freedroidrpg/freedroidrpg-0.15.1.recipe +++ b/games-rpg/freedroidrpg/freedroidrpg-0.16.1.recipe @@ -18,14 +18,12 @@ People having - or trying to acquire - programming, map editing, or writing \ skills will find FreedroidRPG to be an exciting, fast-moving project in which \ they can fully express their creativity." HOMEPAGE="http://freedroid.org" -COPYRIGHT="2002-2010 The Freedroid team" +COPYRIGHT="2002-2015 The Freedroid team" LICENSE="GNU GPL v2" -REVISION="2" -SOURCE_URI="ftp://ftp.osuosl.org/pub/freedroid/freedroidRPG-0.15/freedroidRPG-0.15.1.tar.gz" -CHECKSUM_SHA256="3e0e0e901f05386f49b8dfa1a8b3582ea82347deb7fb8e94fc15bf8ad058ba08" -SOURCE_DIR="freedroidrpg-0.15.1" -PATCHES="configure.ac.patch - configure.2.ac.patch" +REVISION="1" +SOURCE_URI="ftp://ftp.osuosl.org/pub/freedroid/freedroidRPG-0.16/freedroidRPG-$portVersion.tar.gz" +#CHECKSUM_SHA256="3e0e0e901f05386f49b8dfa1a8b3582ea82347deb7fb8e94fc15bf8ad058ba08" +SOURCE_DIR="freedroidrpg-$portVersion" ARCHITECTURES="!x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86" @@ -84,11 +82,13 @@ BUILD_PREREQUIRES=" cmd:gcc$secondaryArchSuffix cmd:ld$secondaryArchSuffix cmd:make + cmd:gettext cmd:libtoolize cmd:autoconf cmd:automake cmd:pkg_config$secondaryArchSuffix cmd:python + cmd:which " PATCH() @@ -103,13 +103,20 @@ PATCH() BUILD() { + echo "=== libtoolize" libtoolize --force --copy --install + echo "=== missing" automake --add-missing + echo "=== autoreconf" + autoreconf + echo "=== aclocal" aclocal + echo "=== autoconf" autoconf + echo "=== automake" automake runConfigure ./configure --disable-sdltest --with-embedded-lua - make + make $jobArgs } INSTALL()