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:
parent
86c82ecebd
commit
9d6abe0415
|
@ -5,8 +5,8 @@
|
||||||
# Written by Juan M. Lasca <juanmlasca@gmail.com>
|
# Written by Juan M. Lasca <juanmlasca@gmail.com>
|
||||||
|
|
||||||
PRGNAM=aris
|
PRGNAM=aris
|
||||||
VERSION=${VERSION:-2.0}
|
VERSION=${VERSION:-2.1.1}
|
||||||
BUILD=${BUILD:-2}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
|
@ -45,11 +45,11 @@ rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find . \
|
find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||||
-exec chmod 755 {} \; -o \
|
-exec chmod 755 {} \; -o \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
|
|
||||||
CFLAGS="$SLKCFLAGS" \
|
CFLAGS="$SLKCFLAGS" \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="aris"
|
PRGNAM="aris"
|
||||||
VERSION="2.0"
|
VERSION="2.1.1"
|
||||||
HOMEPAGE="http://www.gnu.org/software/aris/"
|
HOMEPAGE="http://www.gnu.org/software/aris/"
|
||||||
DOWNLOAD="http://ftp.gnu.org/gnu/aris/aris-2.0.tar.bz2"
|
DOWNLOAD="http://ftp.gnu.org/gnu/aris/aris-2.1.1.tar.bz2"
|
||||||
MD5SUM="696523a812cbe19223482b8f27d04fc0"
|
MD5SUM="ef1b8f3be8edac44305e36493068f745"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in New Issue