graphics/fritzing: Updated for version 0.7.0b.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Niels Horn 2012-03-29 23:51:35 -04:00 committed by dsomero
parent bf1bf4025c
commit bf803941e3
2 changed files with 10 additions and 14 deletions

View File

@ -3,7 +3,7 @@
# Slackware build script for fritzing
# electronic prototyping
# Copyright 2010-2011 Niels Horn, Rio de Janeiro, RJ, Brazil
# Copyright 2010-2012 Niels Horn, Rio de Janeiro, RJ, Brazil
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,17 +23,13 @@
# 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
# Revision date 2012/02/19
PRGNAM=fritzing
VERSION=${VERSION:-0.6.3b}
VERSION=${VERSION:-0.7.0b}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# version fuss...
TARVERSION="0.6.3.source"
SRCVERSION="2011.08.18.source"
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
@ -66,9 +62,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM.$SRCVERSION
tar xvf $CWD/$PRGNAM.$TARVERSION.tar.bz2
cd $PRGNAM.$SRCVERSION
rm -rf $PRGNAM-$VERSION.source
tar xvf $CWD/$PRGNAM-$VERSION.source.tar.bz2
cd $PRGNAM-$VERSION.source
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \

View File

@ -1,10 +1,10 @@
PRGNAM="fritzing"
VERSION="0.6.3b"
VERSION="0.7.0b"
HOMEPAGE="http://fritzing.org/"
DOWNLOAD="http://fritzing.org/download/0.6.3b/source-tarball/fritzing.0.6.3.source.tar.bz2"
MD5SUM="5483d55252355fd63953b891c42ab984"
DOWNLOAD="http://fritzing.org/download/0.7.0b/source-tarball/fritzing-0.7.0b.source.tar.bz2"
MD5SUM="9f4433db7d17b59aa46f3abcf8aaee45"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Niels Horn"
EMAIL="niels.horn@gmail.com"
APPROVED="Erik Hanson"
APPROVED="dsomero"