graphics/leocad: Updated for version 0.75.1.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
ab3810342e
commit
13485cd989
|
@ -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).
|
||||
Currently it uses a library of more than 1000 different pieces.
|
||||
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.
|
||||
|
|
|
@ -4,19 +4,17 @@
|
|||
# 3D design program for bricks
|
||||
|
||||
# Written by Niels Horn <niels.horn@gmail.com>
|
||||
# revision date 2010/05/27
|
||||
# revision date 2010/07/17
|
||||
|
||||
PRGNAM=leocad
|
||||
VERSION=${VERSION:-0.75_r949}
|
||||
VERSION=${VERSION:-0.75.1}
|
||||
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
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="leocad"
|
||||
VERSION="0.75_r949"
|
||||
VERSION="0.75.1"
|
||||
HOMEPAGE="http://www.leocad.org/"
|
||||
DOWNLOAD="http://www.nielshorn.net/_download/slackware/source/leocad-0.75_r949.tar.gz"
|
||||
MD5SUM="c706143221e56ded70d71260092cd029"
|
||||
DOWNLOAD="http://www.nielshorn.net/_download/slackware/source/leocad-0.75.1.tar.gz"
|
||||
MD5SUM="3e72ec2ae4fc6a69be1378df701ea647"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Niels Horn"
|
||||
EMAIL="niels.horn@gmail.com"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
Loading…
Reference in New Issue