development/luarocks: Updated for version 2.2.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Evandro Alves Rodrigues 2015-04-19 11:17:24 +07:00 committed by Willy Sudiarto Raharjo
parent da9ae183ff
commit 908ab0759e
2 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for LuaRocks
# Copyright 2012 evandrofisico
# Copyright 2015 evandrofisico
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM="luarocks"
VERSION=${VERSION:-2.0.12}
VERSION=${VERSION:-2.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -76,7 +76,7 @@ CXXFLAGS="$SLKCFLAGS" \
--sysconfdir=/etc \
--with-lua-lib=/usr/lib$LIBDIRSUFFIX
make
make build
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
@ -84,7 +84,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
COPYING COPYING_7z COPYING_lua README.md test \
COPYING README.md test \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="luarocks"
VERSION="2.0.12"
VERSION="2.2.1"
HOMEPAGE="http://www.luarocks.org/"
DOWNLOAD="http://luarocks.org/releases/luarocks-2.0.12.tar.gz"
MD5SUM="a1bc938ddf835550917f0cb6964ea516"
DOWNLOAD="http://luarocks.org/releases/luarocks-2.2.1.tar.gz"
MD5SUM="718a0e8c257aace3ec16ebc2cfe9c696"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lua"