summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:09:05 +0200
committer Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:09:05 +0200
commit795795b5ffd4009393e030a4225e5a88a5535eb8 (patch)
tree04511fe0ab8b602053efdaf63aa9916b52b47335 /office
parent84ebf7332563b59a21089b1026119cfe8d10fe67 (diff)
downloadslackbuilds-795795b5ffd4009393e030a4225e5a88a5535eb8.tar.gz
slackbuilds-795795b5ffd4009393e030a4225e5a88a5535eb8.tar.xz
office/brlcad: Removed from 13.0 repository
Diffstat (limited to 'office')
-rw-r--r--office/brlcad/README5
-rw-r--r--office/brlcad/brlcad.SlackBuild78
-rw-r--r--office/brlcad/brlcad.info8
-rw-r--r--office/brlcad/slack-desc12
4 files changed, 0 insertions, 103 deletions
diff --git a/office/brlcad/README b/office/brlcad/README
deleted file mode 100644
index f16e67bcef..0000000000
--- a/office/brlcad/README
+++ /dev/null
@@ -1,5 +0,0 @@
-BRL-CAD is a powerful cross-platform open source solid modeling system that
-includes interactive geometry editing, high-performance ray-tracing for
-rendering and geometric analysis, image and signal-processing tools, a
-system performance analysis benchmark suite, libraries for robust geometric
-representation, with more than 20 years of active development.
diff --git a/office/brlcad/brlcad.SlackBuild b/office/brlcad/brlcad.SlackBuild
deleted file mode 100644
index 16354fa2b1..0000000000
--- a/office/brlcad/brlcad.SlackBuild
+++ /dev/null
@@ -1,78 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for BRL-CAD
-
-# Written by Nikolai Saika <nicksaika@gmail.com>
-# Released under the WTFPL - http://sam.zoy.org/wtfpl/
-
-PRGNAM=brlcad
-VERSION=${VERSION:-7.14.0}
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
-elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC"
-fi
-
-set -e # Exit on most errors
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
-cd $PRGNAM-$VERSION
-chown -R root:root .
-find . \
- \( -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 {} \;
-
-echo yes | \
-CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
-./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --mandir=/usr/man \
- --disable-tcl-build \
- --disable-tk-build \
- --disable-tkhtml3-build \
- --disable-jove-build \
- --build=$ARCH-slackware-linux
-
-make
-make install DESTDIR=$PKG
-
-( cd $PKG
- find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
- find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
-)
-
-( cd $PKG/usr/man
- find . -type f -exec gzip -9 {} \;
- for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-)
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a doc/* $PKG/usr/doc/$PRGNAM-$VERSION
-find $PKG/usr/doc -name "Makefile*" -type f -exec rm -f {} \; || true
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
diff --git a/office/brlcad/brlcad.info b/office/brlcad/brlcad.info
deleted file mode 100644
index f62eaede4e..0000000000
--- a/office/brlcad/brlcad.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="brlcad"
-VERSION="7.14.0"
-HOMEPAGE="http://brlcad.org"
-DOWNLOAD="http://downloads.sourceforge.net/brlcad/brlcad-7.14.0.tar.bz2"
-MD5SUM="4b8cf6dea3f57be3a6cfc81ac2517d8b"
-MAINTAINER="Nikolai Saika"
-EMAIL="nicksaika@gmail.com"
-APPROVED="rworkman"
diff --git a/office/brlcad/slack-desc b/office/brlcad/slack-desc
deleted file mode 100644
index e205d73ff3..0000000000
--- a/office/brlcad/slack-desc
+++ /dev/null
@@ -1,12 +0,0 @@
- |-----handy-ruler------------------------------------------------------|
-brlcad: BRL-CAD (Open-source solid modeling system)
-brlcad:
-brlcad: BRL-CAD is a powerful cross-platform open source solid modeling
-brlcad: system that includes interactive geometry editing, high-performance
-brlcad: ray-tracing for rendering and geometric analysis, image and signal-
-brlcad: processing tools, a system performance analysis benchmark suite,
-brlcad: libraries for robust geometric representation, with more than 20
-brlcad: years of active development.
-brlcad:
-brlcad: http://brlcad.org/
-brlcad: