diff options
Diffstat (limited to 'graphics/fritzing/fritzing.SlackBuild')
-rw-r--r-- | graphics/fritzing/fritzing.SlackBuild | 31 |
1 files changed, 26 insertions, 5 deletions
diff --git a/graphics/fritzing/fritzing.SlackBuild b/graphics/fritzing/fritzing.SlackBuild index 26fbd47601..c2e0a1937a 100644 --- a/graphics/fritzing/fritzing.SlackBuild +++ b/graphics/fritzing/fritzing.SlackBuild @@ -3,15 +3,36 @@ # Slackware build script for fritzing # electronic prototyping -# Written by Niels Horn <niels.horn@gmail.com> -# Revision date 2011/04/01 +# Copyright 2010-2011 Niels Horn, Rio de Janeiro, RJ, 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/09/15 PRGNAM=fritzing -VERSION=${VERSION:-0.5.2b} +VERSION=${VERSION:-0.6.3b} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -SRCVERSION="2011.02.18.source" +# version fuss... +TARVERSION="0.6.3.source" +SRCVERSION="2011.08.18.source" if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -46,7 +67,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM.$SRCVERSION -tar xvf $CWD/$PRGNAM.$SRCVERSION.tar.bz2 +tar xvf $CWD/$PRGNAM.$TARVERSION.tar.bz2 cd $PRGNAM.$SRCVERSION chown -R root:root . find . \ |