diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2016-01-16 16:04:29 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | ec514e32c410c839f8b552194bd94ee9e9b3920b (patch) | |
tree | 6a4834ebfea2263834f6e9a8c8778d0a4f1605fd /academic/gp2fasta/gp2fasta.SlackBuild | |
parent | bfa0708f52a0fa06defcadd14439cd7671d05bf3 (diff) | |
download | slackbuilds-ec514e32c410c839f8b552194bd94ee9e9b3920b.tar.gz |
Multiple: update email, year and slack-desc
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/gp2fasta/gp2fasta.SlackBuild')
-rw-r--r-- | academic/gp2fasta/gp2fasta.SlackBuild | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/academic/gp2fasta/gp2fasta.SlackBuild b/academic/gp2fasta/gp2fasta.SlackBuild index 0b86ab29e7..ade5c82653 100644 --- a/academic/gp2fasta/gp2fasta.SlackBuild +++ b/academic/gp2fasta/gp2fasta.SlackBuild @@ -1,17 +1,31 @@ #!/bin/sh # Slackware build script for gp2fasta -# Written by Petar Petrov, <ppetrov@paju.oulu.fi> and -# hereby submitted to the public domain + +# Copyright 2011-2016 Petar Petrov slackalaxy@gmail.com +# 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. # The icon used by the gp2fasta.desktop file is taken from # http://kde-look.org/content/show.php/Fasta+icons?content=54012 # Author is Luis-Miguel Rodriguez. Thank you! -# THIS SLACKBUILD IS DISTRIBUTETD IN THE HOPE OF BEING -# USEFUL BUT WITHOUT ANY WARRANTY. THE AUTHOR IS _NOT_ -# RESPONSIBLE FOR ANY DAMAGE OR DATA LOSS CAUSED BY IT. - PRGNAM=gp2fasta VERSION=${VERSION:-0.2} BUILD=${BUILD:-1} |