academic/veusz: Updated for version 1.25.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Fellype do Nascimento 2016-12-05 17:09:59 +00:00 committed by David Spencer
parent 67fcc32dec
commit 4ca5dca4a0
2 changed files with 26 additions and 6 deletions

View File

@ -1,10 +1,30 @@
#!/bin/sh
# Slackware build script for veusz
# Based on Slackware 14.1 SlackBuild and Andrea Sciucca's SlackBuild for veusz
# Written by Fellype do Nascimento <fellype(at)gmail.com>
# Based on Slackware 14.2 SlackBuild and Andrea Sciucca's SlackBuild for veusz
#
# Copyright 2016, Fellype do Nascimento, Campinas - 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.
PRGNAM=veusz
VERSION=${VERSION:-1.24}
VERSION=${VERSION:-1.25}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="veusz"
VERSION="1.24"
VERSION="1.25"
HOMEPAGE="http://home.gna.org/veusz/"
DOWNLOAD="http://download.gna.org/veusz/veusz-1.24.tar.gz"
MD5SUM="44e491b2accec1857d1e2336f52187ad"
DOWNLOAD="http://download.gna.org/veusz/veusz-1.25.tar.gz"
MD5SUM="b99ce07dfe583f8382b1a95f9d1787bf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="numpy"