truecrypt: initial commit

This commit is contained in:
Alan Mizrahi 2006-11-06 11:17:48 -04:00
parent c76a9d3069
commit 6ddae12615
4 changed files with 48 additions and 0 deletions

11
truecrypt/.footprint Normal file
View File

@ -0,0 +1,11 @@
drwxr-xr-x root/root lib/
drwxr-xr-x root/root lib/modules/
drwxr-xr-x root/root lib/modules/<kernel-version>/
drwxr-xr-x root/root lib/modules/<kernel-version>/extra/
-rw-r--r-- root/root lib/modules/<kernel-version>/extra/truecrypt.ko
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/truecrypt
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/truecrypt.1.gz

1
truecrypt/.md5sum Normal file
View File

@ -0,0 +1 @@
6e60ead403fe23355f61341ccce68ff1 truecrypt-4.2a-source-code.tar.gz

20
truecrypt/Pkgfile Normal file
View File

@ -0,0 +1,20 @@
# $Id: $
# Description: Multiplatform disk encryption software
# URL: http://www.truecrypt.org
# Packager: Alan Mizrahi, alan at mizrahi dot com dot ve
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: libdevmapper
name=truecrypt
version=4.2a
release=1
source=(http://www.truecrypt.org/downloads/$name-$version-source-code.tar.gz)
build () {
cd $name-$version/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
install -m 644 -D Kernel/truecrypt.ko $PKG/lib/modules/$(uname -r)/extra/truecrypt.ko
}

16
truecrypt/README Normal file
View File

@ -0,0 +1,16 @@
REQUIREMENTS
You need Device mapper support in your kernel (CONFIG_BLK_DEV_DM):
Device Drivers --> Multi-device support (RAID and LVM)
[*] Multiple devices driver support (RAID and LVM)
<*> Device mapper support
PRE-INSTALL
POST-INSTALL
* Run depmod -a
PRECAUTION