summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2020-02-23 17:44:21 +0100
committer Willy Sudiarto Raharjo2020-02-23 17:44:21 +0100
commit6df21f034280181d1047e7df379dae40c3d5dd95 (patch)
tree293593b1de324286dc4e7e89d631f10ea675e1c0
parent1e13b12c9b8d7243082a76e0e84ac75468709510 (diff)
downloadslackbuilds-6df21f034280181d1047e7df379dae40c3d5dd95.tar.gz
system/isdct: Removed (replaced by intelmas).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/isdct/README11
-rw-r--r--system/isdct/isdct.SlackBuild84
-rw-r--r--system/isdct/isdct.info10
-rw-r--r--system/isdct/slack-desc19
4 files changed, 0 insertions, 124 deletions
diff --git a/system/isdct/README b/system/isdct/README
deleted file mode 100644
index 188e09646e..0000000000
--- a/system/isdct/README
+++ /dev/null
@@ -1,11 +0,0 @@
-The isdct is a proprietary command-line tool to manage Intel SSD Data
-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, 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
-/etc/rc.d/rc.modules.local
diff --git a/system/isdct/isdct.SlackBuild b/system/isdct/isdct.SlackBuild
deleted file mode 100644
index 0616f5b6cf..0000000000
--- a/system/isdct/isdct.SlackBuild
+++ /dev/null
@@ -1,84 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for isdct
-
-# Copyright 2016-2020, Alexander Verbovetsky, Moscow, Russia
-# 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.
-
-PRGNAM=isdct
-VERSION=${VERSION:-3.0.24}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-if [ -z "$ARCH" ]; then
- case "$( uname -m )" in
- i?86) ARCH=i586 ;;
- arm*) ARCH=arm ;;
- *) ARCH=$( uname -m ) ;;
- esac
-fi
-
-case "$ARCH" in
- i?86) RPMARCH=i386 ;;
- x86_64) RPMARCH=x86_64 ;;
- *) printf "\n$ARCH is unsupported for the Intel SSD Data Center Tool.\n\n"
- exit 1 ;;
-esac
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-mkdir -p $PRGNAM-$VERSION
-cd $PRGNAM-$VERSION
-
-unzip "$CWD/Intel_SSD_DCT_${VERSION}*Linux*.zip"
-rpm2cpio isdct-${VERSION}*.$RPMARCH.rpm | cpio -imdv
-
-chown -R root:root .
-find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-
-# The library path is hard-coded, so we stick with /usr/lib
-cp -a usr $PKG
-mv $PKG/usr/bin $PKG/usr/sbin
-
-find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
- | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a *.pdf *.PDF $PKG/usr/doc/$PRGNAM-$VERSION 2>/dev/null || :
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/system/isdct/isdct.info b/system/isdct/isdct.info
deleted file mode 100644
index 69d07f56eb..0000000000
--- a/system/isdct/isdct.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="isdct"
-VERSION="3.0.24"
-HOMEPAGE="https://downloadcenter.intel.com/download/29399?v=t"
-DOWNLOAD="https://downloadmirror.intel.com/29399/eng/Intel_SSD_DCT_3.0.24_Linux%20.zip"
-MD5SUM="bd42fb35824c7ed4428f1a3fce68b6e1"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-REQUIRES=""
-MAINTAINER="Alexander Verbovetsky"
-EMAIL="alik@ejik.org"
diff --git a/system/isdct/slack-desc b/system/isdct/slack-desc
deleted file mode 100644
index 73fff8ac5d..0000000000
--- a/system/isdct/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description.
-# Line up the first '|' above the ':' following the base package name, and
-# the '|' on the right side marks the last column you can put a character in.
-# You must make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':' except on otherwise blank lines.
-
- |-----handy-ruler------------------------------------------------------|
-isdct: isdct (Intel SSD Data Center Tool)
-isdct:
-isdct: The isdct is a proprietary command-line tool to manage Intel SSD Data
-isdct: Center Family NVMe and SATA drives. It can be used to update SSD
-isdct: firmware, calculate drive life expectancy, analyse the SMART
-isdct: information, securely erase, and much more.
-isdct:
-isdct: Home page:
-isdct: https://downloadcenter.intel.com/download/28639?v=t
-isdct:
-isdct: