diff options
Diffstat (limited to 'academic/PhyML/PhyML.SlackBuild')
-rw-r--r-- | academic/PhyML/PhyML.SlackBuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/academic/PhyML/PhyML.SlackBuild b/academic/PhyML/PhyML.SlackBuild index d82f9370f5..1aa61b75ae 100644 --- a/academic/PhyML/PhyML.SlackBuild +++ b/academic/PhyML/PhyML.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for PhyML -# Copyright 2011-2017 Petar Petrov slackalaxy@gmail.com +# Copyright 2011-2018 Petar Petrov slackalaxy@gmail.com # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ PRGNAM=PhyML SRCNAM=$(echo $PRGNAM | tr A-Z a-z) -VERSION=${VERSION:-3.3.20170530} +VERSION=${VERSION:-3.3.20180214} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -163,13 +163,11 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr # Include some examples mkdir -p $PKG/usr/share/$PRGNAM -cp -a \ - examples/{lg4x,phyrex_input_files,nexus_example.nxs,nucleic,proteic} \ - $PKG/usr/share/$PRGNAM +cp -a examples $PKG/usr/share/$PRGNAM mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - doc/$SRCNAM-manual.pdf AUTHORS ChangeLog COPYING LICENSE README \ + doc/{$SRCNAM-manual.pdf,ref.bib,$SRCNAM-manual.tex,fig} README \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild cat $CWD/References > $PKG/usr/doc/$PRGNAM-$VERSION/References |