summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Niels Horn <niels.horn@gmail.com>2010-07-25 21:34:25 -0500
committer Erik Hanson <erik@slackbuilds.org>2010-07-25 21:52:41 -0500
commit13485cd9895a49cce7c16fb76bd9a1efeaec9ebc (patch)
treeca58e9622e1ff3975969fbf6943902e0d16d3a7d /graphics
parentab3810342e485b3fb4d8bfe346ede185f8996251 (diff)
downloadslackbuilds-13485cd9895a49cce7c16fb76bd9a1efeaec9ebc.tar.gz
slackbuilds-13485cd9895a49cce7c16fb76bd9a1efeaec9ebc.tar.xz
graphics/leocad: Updated for version 0.75.1.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/leocad/README6
-rw-r--r--graphics/leocad/leocad.SlackBuild6
-rw-r--r--graphics/leocad/leocad.info8
3 files changed, 9 insertions, 11 deletions
diff --git a/graphics/leocad/README b/graphics/leocad/README
index 4f820a1181..e52b1924bc 100644
--- a/graphics/leocad/README
+++ b/graphics/leocad/README
@@ -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.
diff --git a/graphics/leocad/leocad.SlackBuild b/graphics/leocad/leocad.SlackBuild
index 472f6e1ea6..c67e3d0101 100644
--- a/graphics/leocad/leocad.SlackBuild
+++ b/graphics/leocad/leocad.SlackBuild
@@ -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
diff --git a/graphics/leocad/leocad.info b/graphics/leocad/leocad.info
index 1f9e1621c9..b142adf0f6 100644
--- a/graphics/leocad/leocad.info
+++ b/graphics/leocad/leocad.info
@@ -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"