desktop/matrixgl: Updated for version 2.3.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dimitris Zlatanidis 2014-06-06 17:15:21 +07:00 committed by Willy Sudiarto Raharjo
parent 65c8088e1b
commit 28076ab6c2
2 changed files with 9 additions and 5 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=matrixgl
VERSION=${VERSION:-2.3.1}
VERSION=${VERSION:-2.3.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -91,9 +91,13 @@ find $PKG -name perllocal.pod \
-o -name "*.bs" \
| xargs rm -f
install -D -m644 src/matrixgl.1 $PKG/usr/man/man1/matrixgl.1
install -D -m644 docs/matrixgl.1 $PKG/usr/man/man1/matrixgl.1
find $PKG/usr/man -type f -name "*.?" -exec gzip -9f {} \;
mv $PKG/usr/share/info $PKG/usr/
rm -f $PKG/usr/info/dir
gzip -9 $PKG/usr/info/*.info*
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING ChangeLog NEWS README TODO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View File

@ -1,8 +1,8 @@
PRGNAM="matrixgl"
VERSION="2.3.1"
VERSION="2.3.2"
HOMEPAGE="http://www.doublecreations.com/projects/matrixgl/"
DOWNLOAD="http://sourceforge.net/projects/matrixgl/files/matrixgl/matrixgl-2.3.1/matrixgl-2.3.1.tar.gz"
MD5SUM="8d9f02d9c61f23c88e9641ea8ed11c84"
DOWNLOAD="http://sourceforge.net/projects/matrixgl/files/matrixgl/matrixgl-2.3.2/matrixgl-2.3.2.tar.gz"
MD5SUM="ca61a2be73747a1236dfcc9764866a54"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""