summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Niels Horn2010-08-27 03:53:30 +0200
committer Erik Hanson2010-08-29 22:32:13 +0200
commit96078bb877d4249ea7e3727271b78b79b654baa9 (patch)
tree268956aceb232ababb4522f263b992121bef71e6 /graphics
parent5f526b4548724c1d81767e901aa4fc86ef49c679 (diff)
downloadslackbuilds-96078bb877d4249ea7e3727271b78b79b654baa9.tar.gz
graphics/brlcad: Updated for version 7.16.10.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/brlcad/brlcad.SlackBuild12
-rw-r--r--graphics/brlcad/brlcad.info8
2 files changed, 9 insertions, 11 deletions
diff --git a/graphics/brlcad/brlcad.SlackBuild b/graphics/brlcad/brlcad.SlackBuild
index 7342766549..044504a454 100644
--- a/graphics/brlcad/brlcad.SlackBuild
+++ b/graphics/brlcad/brlcad.SlackBuild
@@ -6,19 +6,17 @@
# 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: 2010/06/05
+# Revision date: 2010/08/26
PRGNAM=brlcad
-VERSION=${VERSION:-7.16.8}
+VERSION=${VERSION:-7.16.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -77,8 +75,8 @@ make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-find $PKG/opt/$PRGNAM/share/man -type f -exec gzip -9 {} \;
-for i in $( find $PKG/opt/$PRGNAM/share/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
+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
mkdir -p $PKG/etc/profile.d/
cat $CWD/profile.d/$PRGNAM.sh > $PKG/etc/profile.d/$PRGNAM.sh
@@ -95,7 +93,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
cat $CWD/README.SLACKWARE > $PKG/usr/doc/$PRGNAM-$VERSION/README.SLACKWARE
( cd $PKG/usr/doc/$PRGNAM-$VERSION
for sub in doc html; do
- ln -s ../../../opt/$PRGNAM/share/$sub
+ ln -s ../../../opt/$PRGNAM/share/$PRGNAM/$VERSION/$sub
done
)
diff --git a/graphics/brlcad/brlcad.info b/graphics/brlcad/brlcad.info
index 7a2597714e..8288dcd920 100644
--- a/graphics/brlcad/brlcad.info
+++ b/graphics/brlcad/brlcad.info
@@ -1,10 +1,10 @@
PRGNAM="brlcad"
-VERSION="7.16.8"
+VERSION="7.16.10"
HOMEPAGE="http://brlcad.org"
-DOWNLOAD="http://downloads.sourceforge.net/brlcad/brlcad-7.16.8.tar.bz2"
-MD5SUM="8ccbc692d84854c9b0599b6d1255f916"
+DOWNLOAD="http://downloads.sourceforge.net/brlcad/brlcad-7.16.10.tar.bz2"
+MD5SUM="3473ecbb99317fdfbbed0caea979d824"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Niels Horn"
EMAIL="niels.horn@gmail.com"
-APPROVED="rworkman"
+APPROVED="dsomero"