mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
academic/veusz: Updated for version 1.25.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
67fcc32dec
commit
4ca5dca4a0
2 changed files with 26 additions and 6 deletions
|
@ -1,10 +1,30 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Slackware build script for veusz
|
# Slackware build script for veusz
|
||||||
# Based on Slackware 14.1 SlackBuild and Andrea Sciucca's SlackBuild for veusz
|
# Based on Slackware 14.2 SlackBuild and Andrea Sciucca's SlackBuild for veusz
|
||||||
# Written by Fellype do Nascimento <fellype(at)gmail.com>
|
#
|
||||||
|
# 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
|
PRGNAM=veusz
|
||||||
VERSION=${VERSION:-1.24}
|
VERSION=${VERSION:-1.25}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="veusz"
|
PRGNAM="veusz"
|
||||||
VERSION="1.24"
|
VERSION="1.25"
|
||||||
HOMEPAGE="http://home.gna.org/veusz/"
|
HOMEPAGE="http://home.gna.org/veusz/"
|
||||||
DOWNLOAD="http://download.gna.org/veusz/veusz-1.24.tar.gz"
|
DOWNLOAD="http://download.gna.org/veusz/veusz-1.25.tar.gz"
|
||||||
MD5SUM="44e491b2accec1857d1e2336f52187ad"
|
MD5SUM="b99ce07dfe583f8382b1a95f9d1787bf"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="numpy"
|
REQUIRES="numpy"
|
||||||
|
|
Loading…
Reference in a new issue