mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
graphics/fritzing: Updated for version 0.6.3b.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
02ad523918
commit
b653e995a4
2 changed files with 29 additions and 8 deletions
|
@ -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 . \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue