diff options
author | Jorge Barros de Abreu <ficmatin10@gmail.com> | 2011-10-20 09:44:30 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-10-21 15:59:18 -0200 |
commit | 525e93ef4ee98aafde3fae62973a73efff31f278 (patch) | |
tree | 3af96e94ab986d3c0b63d95d97aac6ef8981663e /academic/antiprism | |
parent | 56863f1f4ffcd12a918904d4faaa63271c1b4a8f (diff) |
academic/antiprism: Added (set of polyhedra programs)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'academic/antiprism')
-rw-r--r-- | academic/antiprism/README | 2 | ||||
-rw-r--r-- | academic/antiprism/antiprism.SlackBuild | 74 | ||||
-rw-r--r-- | academic/antiprism/antiprism.info | 10 | ||||
-rw-r--r-- | academic/antiprism/slack-desc | 19 |
4 files changed, 105 insertions, 0 deletions
diff --git a/academic/antiprism/README b/academic/antiprism/README new file mode 100644 index 000000000000..e81e3a4e3281 --- /dev/null +++ b/academic/antiprism/README @@ -0,0 +1,2 @@ +Antiprism is a set of programs for generating, manipulating, transforming +and visualising polyhedra. diff --git a/academic/antiprism/antiprism.SlackBuild b/academic/antiprism/antiprism.SlackBuild new file mode 100644 index 000000000000..6163b4372b9d --- /dev/null +++ b/academic/antiprism/antiprism.SlackBuild @@ -0,0 +1,74 @@ +#!/bin/sh + +# Slackware build script for antiprism + +# Written by (Jorge Barros de Abreu) (ficmatin10 at gmail dot com) + +PRGNAM=antiprism +VERSION=${VERSION:-0.19.2} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} + +if [ -z "$ARCH" ]; then + case "$( uname -m )" in + i?86) ARCH=i486 ;; + arm*) ARCH=arm ;; + *) ARCH=$( uname -m ) ;; + esac +fi + +CWD=$(pwd) +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} + +if [ "$ARCH" = "i486" ]; then + SLKCFLAGS="-O2 -march=i486 -mtune=i686" + LIBDIRSUFFIX="" +elif [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=i686 -mtune=i686" + LIBDIRSUFFIX="" +elif [ "$ARCH" = "x86_64" ]; then + SLKCFLAGS="-O2 -fPIC" + LIBDIRSUFFIX="64" +else + SLKCFLAGS="-O2" + LIBDIRSUFFIX="" +fi + +set -e + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT +cd $TMP +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +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 {} \; + +# Fix Makefile to use docdir +sed "/^docdir/s|= .*|= @docdir@|" -i Makefile.in + +CFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS" \ +./configure \ + --prefix=/usr \ + --docdir=/usr/doc/$PRGNAM-$VERSION \ + --build=$ARCH-slackware-linux + +make +make install-strip DESTDIR=$PKG + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +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.${PKGTYPE:-tgz} diff --git a/academic/antiprism/antiprism.info b/academic/antiprism/antiprism.info new file mode 100644 index 000000000000..91f5c7158f5b --- /dev/null +++ b/academic/antiprism/antiprism.info @@ -0,0 +1,10 @@ +PRGNAM="antiprism" +VERSION="0.19.2" +HOMEPAGE="http://www.antiprism.com" +DOWNLOAD="http://downloads.sourceforge.net/antiprism/antiprism-0.19.2.tar.gz" +MD5SUM="224958ad1a58a4a5dff9d9475a072736" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +MAINTAINER="Jorge Barros de Abreu" +EMAIL="ficmatin10@gmail.com" +APPROVED="Niels Horn" diff --git a/academic/antiprism/slack-desc b/academic/antiprism/slack-desc new file mode 100644 index 000000000000..89633992dd7d --- /dev/null +++ b/academic/antiprism/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +antiprism: antiprism (set of polyhedra programs) +antiprism: +antiprism: Is a set of programs for generating, manipulating, transforming and +antiprism: visualising polyhedra. +antiprism: +antiprism: May be used with Geomview also. +antiprism: +antiprism: Antiprism home page: http://www.antiprism.com +antiprism: +antiprism: +antiprism: |