diff options
Diffstat (limited to 'games/mangband/mangband.SlackBuild')
-rw-r--r-- | games/mangband/mangband.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/mangband/mangband.SlackBuild b/games/mangband/mangband.SlackBuild index b06d0cebaa..9669436230 100644 --- a/games/mangband/mangband.SlackBuild +++ b/games/mangband/mangband.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mangband -VERSION=${VERSION:-1.1.3} +VERSION=${VERSION:-1.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,7 +69,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -cd src CFLAGS="$SLKCFLAGS" \ #Remove --with-sdl=no SDL when bugs fixed ./configure \ @@ -103,8 +102,6 @@ chmod a+x $PKG/usr/share/games/mangband/mangband.sh find $PKG -name "delete.me" -exec rm -f {} \; || true -mv $PKG/usr/share/games/mangband/lib/data/scores.raw \ - $PKG/usr/share/games/mangband/lib/data/scores.raw.new for i in \ artifact ego_item flavor limits monster object p_class p_hist p_race \ terrain vault ; @@ -121,7 +118,7 @@ cd $PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ $PKG/usr/share/games/mangband/lib/help \ - $PKG/usr/share/games/mangband/LICENSE \ + $PKG/usr/share/games/mangband/COPYING \ $PKG/usr/doc/$PRGNAM-$VERSION find $PKG/usr/doc/$PRGNAM-$VERSION/ -type f -exec chmod 644 {} \; cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$APP.SlackBuild |