system/di: Removed (build failure)

There's no newer version available, and I've not found
any patches floating around the net either...

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2012-09-23 00:50:40 -05:00
parent fa5001e42c
commit 9e5ab9cdd6
4 changed files with 0 additions and 104 deletions

View file

@ -1,4 +0,0 @@
di (disk information) displays everything that df does and more.
di features the ability to display your disk usage in whatever format
you desire/prefer/are used to.

View file

@ -1,71 +0,0 @@
#!/bin/sh
#
# Didier Charles 2012.03.08
# dcharles@alumni.concordia.ca
# written with the grateful assistance of the templates at:
# http://slackbuilds.org/templates/
PRGNAM=di
VERSION=4.31
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
fi
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
make \
CFLAGS="$SLKCFLAGS" \
prefix=/usr
make install \
prefix=$PKG/usr \
DI_MANINSTDIR=$PKG/usr/man
find $PKG/usr/man -type f -exec gzip -9 {} \;
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a LICENSE MANIFEST README $PKG/usr/doc/$PRGNAM-$VERSION
find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 644 {} \;
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}

View file

@ -1,10 +0,0 @@
PRGNAM="di"
VERSION="4.31"
HOMEPAGE="http://www.gentoo.com/di/"
DOWNLOAD="http://gentoo.com/di/di-4.31.tar.gz"
MD5SUM="f324ec49888c6c642c998ee8c3a8ce21"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Didier Charles"
EMAIL="dcharles@alumni.concordia.ca"

View file

@ -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 ':'.
|-----handy-ruler------------------------------------------------------|
di: di (disk information)
di:
di: di displays everything that df does and more.
di:
di: It features the ability to display your disk usage
di: in whatever format you desire/prefer/are used to.
di:
di: Homepage: http://www.gentoo.com/di/
di:
di:
di: