academic/aris: Updated for version 2.1.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2013-11-05 00:29:16 +07:00 committed by Robby Workman
parent 86c82ecebd
commit 9d6abe0415
2 changed files with 8 additions and 8 deletions

View File

@ -5,8 +5,8 @@
# Written by Juan M. Lasca <juanmlasca@gmail.com>
PRGNAM=aris
VERSION=${VERSION:-2.0}
BUILD=${BUILD:-2}
VERSION=${VERSION:-2.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -45,11 +45,11 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
find . \
find -L . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \

View File

@ -1,8 +1,8 @@
PRGNAM="aris"
VERSION="2.0"
VERSION="2.1.1"
HOMEPAGE="http://www.gnu.org/software/aris/"
DOWNLOAD="http://ftp.gnu.org/gnu/aris/aris-2.0.tar.bz2"
MD5SUM="696523a812cbe19223482b8f27d04fc0"
DOWNLOAD="http://ftp.gnu.org/gnu/aris/aris-2.1.1.tar.bz2"
MD5SUM="ef1b8f3be8edac44305e36493068f745"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""