From b653e995a4f6fed2ffc17fa12fd030c9b379b339 Mon Sep 17 00:00:00 2001 From: Niels Horn Date: Sat, 15 Oct 2011 08:58:08 -0500 Subject: graphics/fritzing: Updated for version 0.6.3b. Signed-off-by: Erik Hanson --- graphics/fritzing/fritzing.SlackBuild | 31 ++++++++++++++++++++++++++----- graphics/fritzing/fritzing.info | 6 +++--- 2 files changed, 29 insertions(+), 8 deletions(-) (limited to 'graphics') 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 -# 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 . \ diff --git a/graphics/fritzing/fritzing.info b/graphics/fritzing/fritzing.info index c1be060991..11b9ddc4db 100644 --- a/graphics/fritzing/fritzing.info +++ b/graphics/fritzing/fritzing.info @@ -1,8 +1,8 @@ PRGNAM="fritzing" -VERSION="0.5.2b" +VERSION="0.6.3b" HOMEPAGE="http://fritzing.org/" -DOWNLOAD="http://fritzing.org/download/0.5.2b/source-tarball/fritzing.2011.02.18.source.tar.bz2" -MD5SUM="75ab768d54f01779aae89fc5634e8c20" +DOWNLOAD="http://fritzing.org/download/0.6.3b/source-tarball/fritzing.0.6.3.source.tar.bz2" +MD5SUM="5483d55252355fd63953b891c42ab984" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Niels Horn" -- cgit v1.2.3