graphics/mapcrafter: Updated for version 2.3.1.

Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
This commit is contained in:
Marcel Saegebarth 2016-09-07 20:44:06 +02:00 committed by Willy Sudiarto Raharjo
parent 747cb6ff81
commit ca6d086626
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 7 additions and 7 deletions

View File

@ -25,13 +25,13 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mapcrafter
VERSION=${VERSION:-2.3}
VERSION=${VERSION:-2.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -42,8 +42,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View File

@ -1,8 +1,8 @@
PRGNAM="mapcrafter"
VERSION="2.3"
VERSION="2.3.1"
HOMEPAGE="https://mapcrafter.org/"
DOWNLOAD="https://github.com/mapcrafter/mapcrafter/archive/v.2.3.tar.gz"
MD5SUM="487c8f9e7ba21725516db04ec2a4ef61"
DOWNLOAD="https://github.com/mapcrafter/mapcrafter/archive/v.2.3.1.tar.gz"
MD5SUM="9a63fbeb841eef9932dda8644f038f3d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""