mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/tiled-qt: Updated for version 0.8.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
b15dc64c5a
commit
382b791d69
3 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,3 @@
|
|||
Tiled Map Editor
|
||||
|
||||
Tiled is a general purpose map editor. It is built to be easy to use, yet
|
||||
flexible enough to work with various game engines, whether your game is an
|
||||
RPG, platformer or Breakout clone. Tiled is free software and written in
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
# Slackware build script for tiled
|
||||
|
||||
# Written by Dugan Chen (dugan _underscore_ c [at] fastmail [dot] fm)
|
||||
# Written by Dugan Chen (thedoogster@gmail.com)
|
||||
|
||||
PRGNAM=tiled-qt
|
||||
VERSION=${VERSION:-0.7.1}
|
||||
VERSION=${VERSION:-0.8.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -60,8 +60,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING LICENSE.BSD LICENSE.GPL LICENSE.LGPL NEWS README.md \
|
||||
docs/ examples/ $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
AUTHORS COPYING LICENSE* NEWS README.md docs/ examples/ \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
PRGNAM="tiled-qt"
|
||||
VERSION="0.7.1"
|
||||
VERSION="0.8.0"
|
||||
HOMEPAGE="http://www.mapeditor.org"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/tiled/tiled-qt-0.7.1.tar.gz"
|
||||
MD5SUM="415120b2def126b19557f910ce1fe21"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/tiled/tiled-qt-0.8.0.tar.gz"
|
||||
MD5SUM="ab2172749dc7715748afb8689fbbffaf"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Dugan Chen"
|
||||
EMAIL="dugan [underscore] c [at] fastmail [dot] fm"
|
||||
APPROVED="Niels Horn,Erik Hanson"
|
||||
APPROVED="thedoogster@gmail.com"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in a new issue