summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2017-07-31 19:08:57 +0200
committer Willy Sudiarto Raharjo2017-07-31 19:08:57 +0200
commite906025e1e6720a65d0e45dc0ca741c2614a476e (patch)
tree1d832c0efd6f0a2aeb3199056fe0641dbf5be30c /system
parent8f4631e2fc06a3fc8f0f0102ae55ab92dd2a7b42 (diff)
downloadslackbuilds-e906025e1e6720a65d0e45dc0ca741c2614a476e.tar.gz
system/truecrypt: Removed (Project unmaintained).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/truecrypt/README9
-rw-r--r--system/truecrypt/doinst.sh5
-rw-r--r--system/truecrypt/slack-desc19
-rw-r--r--system/truecrypt/truecrypt.SlackBuild101
-rw-r--r--system/truecrypt/truecrypt.desktop8
-rw-r--r--system/truecrypt/truecrypt.info10
-rw-r--r--system/truecrypt/truecrypt.pngbin2333 -> 0 bytes
7 files changed, 0 insertions, 152 deletions
diff --git a/system/truecrypt/README b/system/truecrypt/README
deleted file mode 100644
index a9191218e7..0000000000
--- a/system/truecrypt/README
+++ /dev/null
@@ -1,9 +0,0 @@
-TrueCrypt is free open-source disk encryption software for
-Windows 7/Vista/XP, Mac OS X, and Linux.
-
-Since version 6.1a of TrueCrypt, a number of header files from RSA
-Laboratories are required during the compilation. I've separated the
-installation of these into a separate package called cryptoki rather
-than have this script extract a separate, isolated archive.
-
-This script does not create the static GUI build seen elsewhere.
diff --git a/system/truecrypt/doinst.sh b/system/truecrypt/doinst.sh
deleted file mode 100644
index 8aeabc3280..0000000000
--- a/system/truecrypt/doinst.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-# Update the desktop database:
-if [ -x usr/bin/update-desktop-database ]; then
- chroot . /usr/bin/update-desktop-database /usr/share/applications > /dev/null 2>&1
-fi
-
diff --git a/system/truecrypt/slack-desc b/system/truecrypt/slack-desc
deleted file mode 100644
index f7bd96956f..0000000000
--- a/system/truecrypt/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------------------------------------------------------|
-truecrypt: truecrypt (On-the-fly disk encryption)
-truecrypt:
-truecrypt: TrueCrypt can create a virtual encrypted disk within a file and mount
-truecrypt: it as a real disk. It can encrypt an entire hard disk partition or a
-truecrypt: device, such as USB memory stick, floppy disk, etc. It provides two
-truecrypt: levels of plausible deniability, in case an adversary forces you to
-truecrypt: reveal the password: 1) Hidden volume 2) No TrueCrypt volume can be
-truecrypt: identified. Supports many encryption algorithms.
-truecrypt: TrueCrypt is multi-platform (supports MS-Windows TrueCrypt volumes)
-truecrypt:
-truecrypt: TrueCrypt home: http://www.truecrypt.org/
diff --git a/system/truecrypt/truecrypt.SlackBuild b/system/truecrypt/truecrypt.SlackBuild
deleted file mode 100644
index a0d55c176f..0000000000
--- a/system/truecrypt/truecrypt.SlackBuild
+++ /dev/null
@@ -1,101 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for TrueCrypt.
-# Based on AlienBOB's truecrypt script and the script at slacky.eu.
-#
-# http://connie.slackware.com/~alien/slackbuilds/truecrypt/build/
-# http://repository.slacky.eu/slackware-12.2/security/6.3a/src
-#
-# Copyright 2009-2012 Pierre Cazenave <pwcazenave {at} gmail [dot] com>
-# 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=truecrypt
-VERSION=${VERSION:-7.1a}
-
-if [ -z "$ARCH" ]; then
- case "$( uname -m )" in
- i?86) ARCH=i486 ;;
- arm*) ARCH=arm ;;
- *) ARCH=$( uname -m ) ;;
- esac
-fi
-
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-set -e
-
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
- SLKLDFLAGS=""
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
- SLKLDFLAGS=""
-elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC"
- SLKLDFLAGS="-L/usr/lib64"
-fi
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION-source
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION-source
-
-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 {} \;
-
-# Assume wxWidgets is already installed and we're linking dynamically.
-
-TC_EXTRA_CFLAGS="$SLKCFLAGS" \
-TC_EXTRA_CXXFLAGS="$SLKCFLAGS" \
-TC_EXTRA_LFLAGS="$SLKLDFLAGS -ldl" \
-make
-
-mkdir -p $PKG/usr/bin
-install -m 755 Main/truecrypt $PKG/usr/bin
-
-mkdir -p $PKG/usr/share/{applications,pixmaps}
-cp $CWD/truecrypt.png $PKG/usr/share/pixmaps/
-cat $CWD/truecrypt.desktop > $PKG/usr/share/applications/truecrypt.desktop
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a Readme.txt License.txt Release/Setup\ Files/*.pdf \
- $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-cat $CWD/README > $PKG/usr/doc/$PRGNAM-$VERSION/README$TAG
-find $PKG/usr/doc -type f -exec chmod 644 {} \;
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-cat $CWD/doinst.sh > $PKG/install/doinst.sh
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/system/truecrypt/truecrypt.desktop b/system/truecrypt/truecrypt.desktop
deleted file mode 100644
index 357ff338fd..0000000000
--- a/system/truecrypt/truecrypt.desktop
+++ /dev/null
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Name=Truecrypt
-Comment=Disk encryption software
-Exec=truecrypt
-Icon=/usr/share/pixmaps/truecrypt.png
-Terminal=false
-Type=Application
-Categories=System;
diff --git a/system/truecrypt/truecrypt.info b/system/truecrypt/truecrypt.info
deleted file mode 100644
index 25190dbac1..0000000000
--- a/system/truecrypt/truecrypt.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="truecrypt"
-VERSION="7.1a"
-HOMEPAGE="http://www.truecrypt.org"
-DOWNLOAD="https://sources.archlinux.org/other/tc/truecrypt-7.1a.tar.gz"
-MD5SUM="102d9652681db11c813610882332ae48"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-REQUIRES="cryptoki wxPython"
-MAINTAINER="Donald Cooley"
-EMAIL="dfc@warpmail.net"
diff --git a/system/truecrypt/truecrypt.png b/system/truecrypt/truecrypt.png
deleted file mode 100644
index 08b4e53891..0000000000
--- a/system/truecrypt/truecrypt.png
+++ /dev/null
Binary files differ