summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Mizrahi <alan+crux@mizrahi.com.ve>2006-11-06 11:17:48 -0400
committerAlan Mizrahi <alan+crux@mizrahi.com.ve>2006-11-06 11:17:48 -0400
commit6ddae12615cadbca40874e3e65de2fa36ade16e7 (patch)
treebb75306f3a6313d83463ec3df3f4ef208b0875be
parentc76a9d30697fafb80a6d0d6a8cf6b9de1908563b (diff)
downloadcontrib-6ddae12615cadbca40874e3e65de2fa36ade16e7.tar.gz
contrib-6ddae12615cadbca40874e3e65de2fa36ade16e7.tar.xz
truecrypt: initial commit
-rw-r--r--truecrypt/.footprint11
-rw-r--r--truecrypt/.md5sum1
-rw-r--r--truecrypt/Pkgfile20
-rw-r--r--truecrypt/README16
4 files changed, 48 insertions, 0 deletions
diff --git a/truecrypt/.footprint b/truecrypt/.footprint
new file mode 100644
index 000000000..7d78a79d4
--- /dev/null
+++ b/truecrypt/.footprint
@@ -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
diff --git a/truecrypt/.md5sum b/truecrypt/.md5sum
new file mode 100644
index 000000000..f4bad2996
--- /dev/null
+++ b/truecrypt/.md5sum
@@ -0,0 +1 @@
+6e60ead403fe23355f61341ccce68ff1 truecrypt-4.2a-source-code.tar.gz
diff --git a/truecrypt/Pkgfile b/truecrypt/Pkgfile
new file mode 100644
index 000000000..f00e1722b
--- /dev/null
+++ b/truecrypt/Pkgfile
@@ -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
+
+}
diff --git a/truecrypt/README b/truecrypt/README
new file mode 100644
index 000000000..e5dff2741
--- /dev/null
+++ b/truecrypt/README
@@ -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

Generated by cgit