mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
graphics/leocad: Updated for version 21.06
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
94321544d4
commit
5428c58014
2 changed files with 7 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
# 3D design program for bricks
|
||||
|
||||
# Copyright 2009-2013 Niels Horn, Rio de Janeiro, Brazil
|
||||
# Copyright 2015-2017 Philip van der Hoeven, Almere, The Netherlands
|
||||
# Copyright 2015-2022 Philip van der Hoeven, Almere, The Netherlands
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=leocad
|
||||
VERSION=${VERSION:-17.07}
|
||||
VERSION=${VERSION:-21.06}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -71,7 +71,7 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/v$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
|
@ -96,7 +96,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
|
|||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a docs/CREDITS.txt docs/README.txt docs/COPYING.txt $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a docs/CREDITS.txt docs/README.md docs/COPYING.txt $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="leocad"
|
||||
VERSION="17.07"
|
||||
VERSION="21.06"
|
||||
HOMEPAGE="https://www.leocad.org/"
|
||||
DOWNLOAD="https://github.com/leozide/leocad/archive/v17.07/leocad-17.07.tar.gz"
|
||||
MD5SUM="b31aa9169dbc86fa5a31d0a8e0a73831"
|
||||
DOWNLOAD="https://github.com/leozide/leocad/archive/v21.06/leocad-21.06.tar.gz"
|
||||
MD5SUM="8fab6045cc7aa709cc1cf82ba3bde67a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="leocad_pieces"
|
||||
|
|
Loading…
Reference in a new issue