graphics/brlcad: Updated for version 7.22.0.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Niels Horn 2012-09-16 09:18:24 -03:00 committed by dsomero
parent 5e3009c286
commit 909fd9448d
2 changed files with 5 additions and 8 deletions

View file

@ -6,10 +6,10 @@
# Released under the WTFPL - http://sam.zoy.org/wtfpl/
# Maintained as of version 7.16.6 by Niels Horn <niels.horn@gmail.com>
# Revision date: 2011/08/14
# Revision date: 2012/09/13
PRGNAM=brlcad
VERSION=${VERSION:-7.20.4}
VERSION=${VERSION:-7.22.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -85,9 +85,6 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
find $PKG/opt/$PRGNAM/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/opt/$PRGNAM/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
# If we have no PDFs, remove the empty directories
find $PKG/opt/$PRGNAM/share/pdf -type d -depth -empty -exec rmdir {} \;
mkdir -p $PKG/etc/profile.d/
cat $CWD/profile.d/$PRGNAM.sh > $PKG/etc/profile.d/$PRGNAM.sh
cat $CWD/profile.d/$PRGNAM.csh > $PKG/etc/profile.d/$PRGNAM.csh

View file

@ -1,8 +1,8 @@
PRGNAM="brlcad"
VERSION="7.20.4"
VERSION="7.22.0"
HOMEPAGE="http://brlcad.org"
DOWNLOAD="http://downloads.sourceforge.net/brlcad/brlcad-7.20.4.tar.bz2"
MD5SUM="6e500f477e21a539a04e37001c350472"
DOWNLOAD="http://downloads.sourceforge.net/brlcad/brlcad-7.22.0.tar.bz2"
MD5SUM="c284e1a29157e709ecd21ea8dafda519"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""