diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-09-17 22:52:09 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-17 23:36:12 -0500 |
commit | 2e86e1f461a604bca42b83e913277fbb2850f1e7 (patch) | |
tree | fef04d0fd22b5e6c890661fc54cad0abd2e32894 /system/truecrypt | |
parent | 1017a0828c8c9adbea25764ff3355f9af8336f4d (diff) | |
download | slackbuilds-2e86e1f461a604bca42b83e913277fbb2850f1e7.tar.gz |
system/truecrypt: Use renamed source from ArchLinux mirror
Thanks to Binh Nguyen for the tip.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/truecrypt')
-rw-r--r-- | system/truecrypt/README | 3 | ||||
-rw-r--r-- | system/truecrypt/truecrypt.SlackBuild | 5 | ||||
-rw-r--r-- | system/truecrypt/truecrypt.info | 2 |
3 files changed, 3 insertions, 7 deletions
diff --git a/system/truecrypt/README b/system/truecrypt/README index aeb556b2d2..a9191218e7 100644 --- a/system/truecrypt/README +++ b/system/truecrypt/README @@ -7,6 +7,3 @@ 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. - -NOTE: There is no direct link to the TrueCrypt source archive, as such, -it must be downloaded manually from within a web browser. diff --git a/system/truecrypt/truecrypt.SlackBuild b/system/truecrypt/truecrypt.SlackBuild index 08d523062e..76c2eb07f1 100644 --- a/system/truecrypt/truecrypt.SlackBuild +++ b/system/truecrypt/truecrypt.SlackBuild @@ -27,7 +27,6 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=truecrypt -SRCNAM=TrueCrypt VERSION=${VERSION:-7.1a} if [ -z "$ARCH" ]; then @@ -64,8 +63,8 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION-source -tar xvf $CWD/"${SRCNAM} ${VERSION} Source.tar.gz" -cd ${PRGNAM}-${VERSION}-source +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +cd $PRGNAM-$VERSION-source chown -R root:root . chmod -R u+w,go+r-w,a-s . diff --git a/system/truecrypt/truecrypt.info b/system/truecrypt/truecrypt.info index 33b8dffcd9..cee8672a52 100644 --- a/system/truecrypt/truecrypt.info +++ b/system/truecrypt/truecrypt.info @@ -1,7 +1,7 @@ PRGNAM="truecrypt" VERSION="7.1a" HOMEPAGE="http://www.truecrypt.org" -DOWNLOAD="http://www.truecrypt.org/downloads2" +DOWNLOAD="ftp://ftp.archlinux.org/other/tc/truecrypt-7.1a.tar.gz" MD5SUM="102d9652681db11c813610882332ae48" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |