mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
graphics/leocad: Updated for version 0.75.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
25e4cbe28b
commit
44d47dcc08
3 changed files with 33 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
LeoCAD is a CAD program that uses bricks similar to those found in many toys
|
||||
(but they don't represent any particular brand).
|
||||
LeoCAD is a CAD program that uses bricks similar to those found in many
|
||||
toys (but they don't represent any particular brand).
|
||||
Currently it uses a library of more than 3000 different pieces.
|
||||
|
||||
This requires leocad_pieces.
|
||||
|
|
|
@ -3,14 +3,35 @@
|
|||
# Slackware build script for LeoCAD:
|
||||
# 3D design program for bricks
|
||||
|
||||
# Written by Niels Horn <niels.horn@gmail.com>
|
||||
# revision date 2010/07/17
|
||||
# Copyright 2009-2011 Niels Horn, Rio de Janeiro, 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/06/29
|
||||
|
||||
PRGNAM=leocad
|
||||
VERSION=${VERSION:-0.75.1}
|
||||
VERSION=${VERSION:-0.75.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCVERSION=$(echo $VERSION | cut -f1-2 -d. )
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
|
@ -40,11 +61,11 @@ fi
|
|||
|
||||
set -e
|
||||
|
||||
rm -rf $TMP/$PRGNAM-$VERSION $PKG
|
||||
rm -rf $TMP/$PRGNAM-$SRCVERSION $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION-src.tgz
|
||||
cd $PRGNAM-$SRCVERSION
|
||||
chown -R root:root .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="leocad"
|
||||
VERSION="0.75.1"
|
||||
VERSION="0.75.2"
|
||||
HOMEPAGE="http://www.leocad.org/"
|
||||
DOWNLOAD="http://www.nielshorn.net/_download/slackware/source/leocad-0.75.1.tar.gz"
|
||||
MD5SUM="3e72ec2ae4fc6a69be1378df701ea647"
|
||||
DOWNLOAD="http://leocad.googlecode.com/files/leocad-0.75.2-src.tgz"
|
||||
MD5SUM="6d20156bb35a68f3da2d608411dea363"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Niels Horn"
|
||||
EMAIL="niels.horn@gmail.com"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue