summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Alexander Verbovetsky <alik@ejik.org>2017-02-17 11:58:19 +0000
committer David Spencer <idlemoor@slackbuilds.org>2017-02-17 21:52:09 +0000
commit57d4fa3ec198abbecd17e4b24a8f41a1355d125f (patch)
treec5f0dcebd4f45e809c24cb93373741209ec52206 /system
parent7c4305a91d5201ad5261dd698ca41d410ca324ff (diff)
downloadslackbuilds-57d4fa3ec198abbecd17e4b24a8f41a1355d125f.tar.gz
slackbuilds-57d4fa3ec198abbecd17e4b24a8f41a1355d125f.tar.xz
system/isdct: Updated for version 3.0.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/isdct/README4
-rw-r--r--system/isdct/isdct.SlackBuild15
-rw-r--r--system/isdct/isdct.info12
3 files changed, 11 insertions, 20 deletions
diff --git a/system/isdct/README b/system/isdct/README
index a127e6e513..188e09646e 100644
--- a/system/isdct/README
+++ b/system/isdct/README
@@ -3,8 +3,8 @@ Center Family NVMe and SATA drives. It can be used to update SSD
firmware, calculate drive life expectancy, analyze the SMART
information, securely erase, and much more.
-isdct supports Intel SSD DC, 750 Series (but does not support 910
-Series).
+isdct supports Intel SSD DC, 750 Series, and some other SSDs
+(but does not support 910 Series).
The sg kernel module is required by isdct. To have this module loaded
on boot, please uncomment the corresponding line in
diff --git a/system/isdct/isdct.SlackBuild b/system/isdct/isdct.SlackBuild
index 41d0ae041c..03c49a1948 100644
--- a/system/isdct/isdct.SlackBuild
+++ b/system/isdct/isdct.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for isdct
-# Copyright 2016, Alexander Verbovetsky, Moscow, Russia
+# Copyright 2016-2017, Alexander Verbovetsky, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=isdct
-VERSION=${VERSION:-3.0.2}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-3.0.3}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -58,8 +58,6 @@ cd $PRGNAM-$VERSION
unzip $CWD/DataCenterTool_${VERSION//./_}_Linux.zip
rpm2cpio isdct-${VERSION}.*.$RPMARCH.rpm | cpio -imdv
-cp $CWD/Intel_SSD_Data_Center_${VERSION//./_}_Release_Notes*.pdf \
- $CWD/Intel_SSD_DCT_3_0_x_User_Guide.pdf .
chown -R root:root .
find -L . \
@@ -68,7 +66,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-# It used hard-coded library path, so we will stick with /usr/lib
+# The library path is hard-coded, so we stick with /usr/lib
cp -a usr $PKG
mv $PKG/usr/bin $PKG/usr/sbin
@@ -76,10 +74,7 @@ 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
-cp -a NSGSoftwareLicenseAgreement*.txt \
- Intel_SSD_Data_Center_${VERSION//./_}_Release_Notes*.pdf \
- Intel_SSD_DCT_3_0_x_User_Guide.pdf \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a *.pdf $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/system/isdct/isdct.info b/system/isdct/isdct.info
index a61781f2aa..0091144244 100644
--- a/system/isdct/isdct.info
+++ b/system/isdct/isdct.info
@@ -1,12 +1,8 @@
PRGNAM="isdct"
-VERSION="3.0.2"
-HOMEPAGE="https://downloadcenter.intel.com/download/26221/Intel-SSD-Data-Center-Tool"
-DOWNLOAD="https://downloadmirror.intel.com/26221/eng/DataCenterTool_3_0_2_Linux.zip \
- https://downloadmirror.intel.com/26221/eng/Intel_SSD_Data_Center_3_0_2_Release_Notes_015.pdf \
- http://www.intel.com/content/dam/support/us/en/documents/solid-state-drives/ssd-software/Intel_SSD_DCT_3_0_x_User_Guide.pdf"
-MD5SUM="2dd541bcaf1053e14e40db4d34c561ca \
- df8218c422f64c5f23e23dbb2cfbdd80 \
- 01c7920fb4a063080cb2b3f91c3b9a67"
+VERSION="3.0.3"
+HOMEPAGE="https://downloadcenter.intel.com/download/26575/Intel-SSD-Data-Center-Tool"
+DOWNLOAD="https://downloadmirror.intel.com/26575/eng/DataCenterTool_3_0_3_Linux.zip"
+MD5SUM="62085b9353110ff357e0f172d65e3efc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""