summaryrefslogtreecommitdiffstats
path: root/system/zuluCrypt
diff options
context:
space:
mode:
author Edinaldo P. Silva <edps.mundognu@gmail.com>2017-11-01 21:26:33 +0000
committer David Spencer <idlemoor@slackbuilds.org>2017-11-03 23:18:35 +0000
commit749409fc55b5f618636118d365218e00ff20b959 (patch)
treec869732766e2994302d3b9478304b26d48ab4921 /system/zuluCrypt
parent3d5b30e88c7e674c98a60028c263f54fe729b5f1 (diff)
downloadslackbuilds-749409fc55b5f618636118d365218e00ff20b959.tar.gz
slackbuilds-749409fc55b5f618636118d365218e00ff20b959.tar.xz
system/zuluCrypt: Add new optional dep zuluplay.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/zuluCrypt')
-rw-r--r--system/zuluCrypt/README23
-rw-r--r--system/zuluCrypt/slack-desc6
-rw-r--r--system/zuluCrypt/zuluCrypt.SlackBuild1
3 files changed, 17 insertions, 13 deletions
diff --git a/system/zuluCrypt/README b/system/zuluCrypt/README
index 8072c37463..e69ffd110d 100644
--- a/system/zuluCrypt/README
+++ b/system/zuluCrypt/README
@@ -3,6 +3,9 @@ zuluCrypt (CLI and GUI frontend to cryptsetup).
zuluCrypt is a simple, feature rich and powerful solution for hard
drives encryption.
+zuluCrypt is a front end to cryptsetup and tcplay and it allows easy
+management of encrypted block devices.
+
zuluCrypt is made up of two components:
The back end, CLI interface is called "zuluCrypt-cli".
The front end is Qt GUI application called "zuluCrypt-gui.
@@ -10,21 +13,22 @@ The front end is Qt GUI application called "zuluCrypt-gui.
* zuluCrypt:
zuluCrypt does hard drives encryption and it can manage plain dm-crypt
-volumes,LUKS encrypted volumes, TrueCrypt encrypted volumes and VeraCrypt
-encrypted volumes.
+volumes, LUKS encrypted volumes, TrueCrypt encrypted volumes and
+VeraCrypt encrypted volumes.
-zuluCrypt can manage encrypted volumes that are hosted in image files,in
-lvm volumes,in mdraid volumes as well as in hard drives and usb sticks.
+zuluCrypt can manage encrypted volumes that are hosted in image files,
+in lvm volumes, in mdraid volumes as well as in hard drives and usb
+sticks.
zuluCrypt can also encrypt stand alone files:
zuluCrypt menu->zC->encrypt a file.
* zuluMount:
-zuluMount is bundled with zuluCrypt and its meant to be used as a general
-purpose tool that mount and unmount zuluCrypt supported encrypted volumes
-as well as unencrypted volumes and it can be used as a substitute to
-udisks,pmount and related tools.
+zuluMount is bundled with zuluCrypt and its meant to be used as a
+general purpose tool that mount and unmount zuluCrypt supported
+encrypted volumes as well as unencrypted volumes and it can be
+used as a substitute to udisks,pmount and related tools.
zuluMount-gui can also be used as a frontend to encfs.
@@ -39,5 +43,4 @@ If you want that feature, change the value -DNOGNOME=false or
-DNOKDE=false to "true". About these and other options, please check
/usr/doc/$PRGNAM-$VERSION/BUILD_INSTRUCTIONS.
-Optional dependency : tc-play (also available as
-internal copy in the zuluCrypt source).
+Optional dependencies: tc-play or the (recommended): zuluplay.
diff --git a/system/zuluCrypt/slack-desc b/system/zuluCrypt/slack-desc
index cae2014181..dc485188f8 100644
--- a/system/zuluCrypt/slack-desc
+++ b/system/zuluCrypt/slack-desc
@@ -11,9 +11,9 @@ zuluCrypt:
zuluCrypt: zuluCrypt is a simple, feature rich and powerful solution for
zuluCrypt: hard drives encryption.
zuluCrypt:
-zuluCrypt: Home page: http://mhogomchungu.github.io/zuluCrypt/
-zuluCrypt:
-zuluCrypt:
+zuluCrypt: zuluCrypt is a front end to cryptsetup and tcplay and it allows easy
+zuluCrypt: management of encrypted block devices.
zuluCrypt:
+zuluCrypt: Home page: http://mhogomchungu.github.io/zuluCrypt/
zuluCrypt:
zuluCrypt:
diff --git a/system/zuluCrypt/zuluCrypt.SlackBuild b/system/zuluCrypt/zuluCrypt.SlackBuild
index 8a19566ee3..bcc154e750 100644
--- a/system/zuluCrypt/zuluCrypt.SlackBuild
+++ b/system/zuluCrypt/zuluCrypt.SlackBuild
@@ -98,6 +98,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -r docs BUILD_INSTRUCTIONS changelog COPYING copyright GPLv* LICENSE README* TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
+rm -r $PKG/usr/share/doc
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM-SlackBuild
mkdir -p $PKG/install