FreeDroidRPG: update download link.

This commit is contained in:
Adrien Destugues
2016-02-14 15:02:09 +01:00
parent e203ab75f6
commit 332d3eca45

View File

@@ -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
}