From 332d3eca45d847121c7992a12c1872ed38ce30cd Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sun, 14 Feb 2016 15:02:09 +0100 Subject: [PATCH] FreeDroidRPG: update download link. --- games-rpg/freedroidrpg/freedroidrpg-0.15.1.recipe | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/games-rpg/freedroidrpg/freedroidrpg-0.15.1.recipe b/games-rpg/freedroidrpg/freedroidrpg-0.15.1.recipe index 141c76362..ab9be0872 100644 --- a/games-rpg/freedroidrpg/freedroidrpg-0.15.1.recipe +++ b/games-rpg/freedroidrpg/freedroidrpg-0.15.1.recipe @@ -20,8 +20,8 @@ they can fully express their creativity." HOMEPAGE="http://freedroid.org" COPYRIGHT="2002-2010 The Freedroid team" LICENSE="GNU GPL v2" -REVISION="1" -SOURCE_URI="http://sourceforge.net/projects/freedroid/files/freedroidRPG/freedroidRPG-0.15/freedroidRPG-0.15.1.tar.gz/download" +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 @@ -104,12 +104,11 @@ PATCH() BUILD() { libtoolize --force --copy --install + automake --add-missing aclocal autoconf automake - ./configure --disable-sdltest --with-embedded-lua --libdir=$libDir \ - --includedir=$includeDir --bindir=$binDir --datadir=$dataDir \ - --mandir=$manDir + runConfigure ./configure --disable-sdltest --with-embedded-lua make }