diff options
Diffstat (limited to 'academic/wehi-weasel/wehi-weasel.SlackBuild')
-rw-r--r-- | academic/wehi-weasel/wehi-weasel.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/academic/wehi-weasel/wehi-weasel.SlackBuild b/academic/wehi-weasel/wehi-weasel.SlackBuild index 5c95869517..0542299f7c 100644 --- a/academic/wehi-weasel/wehi-weasel.SlackBuild +++ b/academic/wehi-weasel/wehi-weasel.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=wehi-weasel -VERSION=${VERSION:-3.3.3.16} +VERSION=${VERSION:-3.4.2.17} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -36,9 +36,9 @@ OUTPUT=${OUTPUT:-/tmp} SRCNAM=wsl JARNAM=Weasel -SRCVER=33316 +SRCVER=34217 SRCDIST=unix -LICENSE=Weaselv3_3_3License +LICENSE=Weaselv3_4Licence.doc set -e @@ -69,7 +69,7 @@ install -D -m755 $CWD/$PRGNAM $PKG/usr/bin/$PRGNAM # This doc file is what you need in order to apply for license. mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - README.txt $LICENSE.doc \ + README.txt $LICENSE \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild cat $CWD/LICENSE > $PKG/usr/doc/$PRGNAM-$VERSION/LICENSE |