truecrypt: updated to version 4.3a

This commit is contained in:
Alan Mizrahi 2007-06-27 01:00:14 -04:00
parent 873e4a6fab
commit 6a33119d43
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
6e60ead403fe23355f61341ccce68ff1 truecrypt-4.2a-source-code.tar.gz
8f2536eae16e6044a22b2a82c7003357 truecrypt-4.3a-source-code.tar.gz

View File

@ -5,12 +5,12 @@
# Depends on: libdevmapper
name=truecrypt
version=4.2a
version=4.3a
release=1
source=(http://www.truecrypt.org/downloads/$name-$version-source-code.tar.gz)
build () {
cd $name-$version/Linux
cd truecrypt-$version-source-code/Linux
./build.sh
install -m 755 -D Cli/truecrypt $PKG/usr/bin/truecrypt
install -m 644 -D Cli/Man/truecrypt.1 $PKG/usr/man/man1/truecrypt.1