graphics/leocad_pieces: Updated for version 8750 + new maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Philip van der Hoeven 2015-02-05 06:26:46 +07:00 committed by Willy Sudiarto Raharjo
parent 2a0ade82ff
commit 99be6c968a
2 changed files with 8 additions and 9 deletions

View file

@ -4,6 +4,7 @@
# LeoCAD
# Copyright 2009-2013 Niels Horn, Rio de Janeiro, Brazil
# Copyright 2015 Philip van der Hoeven, Almere, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,10 +24,8 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# revision date 2013/03/24
PRGNAM=leocad_pieces
VERSION=${VERSION:-7114}
VERSION=${VERSION:-8750}
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -43,7 +42,7 @@ mkdir -p $PKG $OUTPUT
# Data from zip-file + set permissions
mkdir -p $PKG/usr/share/leocad
unzip $CWD/pieces-$VERSION.zip -d $PKG/usr/share/leocad
unzip $CWD/Library-Linux-$VERSION.zip -d $PKG/usr/share/leocad
chown -R root:root $PKG
find $PKG -type f -exec chmod 644 {} \;

View file

@ -1,10 +1,10 @@
PRGNAM="leocad_pieces"
VERSION="7114"
VERSION="8750"
HOMEPAGE="http://www.leocad.org/"
DOWNLOAD="http://leocad.googlecode.com/files/pieces-7114.zip"
MD5SUM="5be3590d960c546edf1d4dcb72dba7c1"
DOWNLOAD="https://googledrive.com/host/0B4QpN1vpGh_sUWJZSkVVaEtzcW8/Library-Linux-8750.zip"
MD5SUM="fe83cd80b58a52c556f64801bc9f9302"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Niels Horn"
EMAIL="niels.horn@gmail.com"
MAINTAINER="Philip van der Hoeven"
EMAIL="philip@vd-hoeven.nl"