diff options
Diffstat (limited to 'system/sst')
-rw-r--r-- | system/sst/sst.SlackBuild | 5 | ||||
-rw-r--r-- | system/sst/sst.info | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/system/sst/sst.SlackBuild b/system/sst/sst.SlackBuild index aa95d291a79a..c4b86ea0b2db 100644 --- a/system/sst/sst.SlackBuild +++ b/system/sst/sst.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sst -VERSION=${VERSION:-1.1} +VERSION=${VERSION:-1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -81,6 +81,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +mv $PKG/usr/share/doc/sst $PKG/usr/doc/$PRGNAM-$VERSION/Licenses +rmdir $PKG/usr/share/doc $PKG/usr/share +mv -f *License*.pdf $PKG/usr/doc/$PRGNAM-$VERSION/Licenses cp -a *.pdf $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/system/sst/sst.info b/system/sst/sst.info index 84fb44e3d3d1..88f840f9c5ac 100644 --- a/system/sst/sst.info +++ b/system/sst/sst.info @@ -1,8 +1,8 @@ PRGNAM="sst" -VERSION="1.1" +VERSION="1.2" HOMEPAGE="https://www.intel.com/content/www/us/en/download/715595/" -DOWNLOAD="https://downloadmirror.intel.com/728230/SST_CLI_Linux_1.1.zip" -MD5SUM="e52deedcbc1cd60f1678f4aed2fdc7f0" +DOWNLOAD="https://downloadmirror.intel.com/735799/SST_CLI_Linux_1.2.zip" +MD5SUM="0c34a913970d5ab338b3ca50844dd61b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |