development/Pivy: Updated for version hg_20101207.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Niels Horn 2011-09-05 21:28:36 -04:00 committed by Robby Workman
parent 04b87ed702
commit 547f983cb4
4 changed files with 30 additions and 16 deletions

View file

@ -2,13 +2,32 @@
# Slackware build script for Pivy
# Originally written by Aleksandar Samardzic <asamardzic@gmail.com>
# As of version hg_20100410 maintained by Niels Horn <niels.horn@gmail.com>
# Revision date: 2010/07/10
# Copyright 2008 Aleksandar Samardzic <asamardzic@gmail.com>
# Copyright 2010-2011 Niels Horn, Rio de Janeiro, RJ, Brazil
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
# 1. Redistributions of this script must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Revision date: 2011/08/10
PRGNAM=Pivy
VERSION=${VERSION:-hg_20100410}
BUILD=${BUILD:-2}
VERSION=${VERSION:-hg_20101207}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -33,9 +52,6 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
elif [ "$ARCH" = "arm" ]; then
SLKCFLAGS="-O2 -march=armv4t"
LIBDIRSUFFIX=""
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""

View file

@ -1,10 +1,10 @@
PRGNAM="Pivy"
VERSION="hg_20100410"
VERSION="hg_20101207"
HOMEPAGE="http://pivy.coin3d.org/"
DOWNLOAD="http://www.nielshorn.net/_download/Pivy-hg_20100410.tar.bz2"
MD5SUM="ccafe7981ca890a5d8533d0b75894a1f"
DOWNLOAD="http://www.nielshorn.net/_download/slackware/source/Pivy-hg_20101207.tar.bz2"
MD5SUM="ba6e9960f7cf0f9624d7b4f14172725a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Niels Horn"
EMAIL="niels.horn@gmail.com"
APPROVED="rworkman"
APPROVED="dsomero"

View file

@ -8,6 +8,4 @@ Pivy allows:
* incorporation of Scripting Nodes into the scene graph which are capable
of executing Python code and callback functions
This script is tested using the Mercurial snapshot from 2010/04/10.
This requires Coin.
This requires Coin and SoQt.

View file

@ -5,7 +5,7 @@
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
|-----handy-ruler------------------------------------------------------|
Pivy: Pivy (a Coin binding for Python)
Pivy:
Pivy: Pivy is an extension to the Python programming language,