summaryrefslogtreecommitdiffstats
path: root/system/encfs
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2016-03-13 19:18:39 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-03-15 00:26:15 +0700
commit9c3360c4eddae5bdad41a7f1f0e4b34d07571d93 (patch)
treeed073e07fd8923f1288ec85c9131389aa74d0b16 /system/encfs
parent2d7528f135258f97a2ab589423c7b11a83b191e8 (diff)
downloadslackbuilds-9c3360c4eddae5bdad41a7f1f0e4b34d07571d93.tar.gz
slackbuilds-9c3360c4eddae5bdad41a7f1f0e4b34d07571d93.tar.xz
system/encfs: Updated for version 1.8.1.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'system/encfs')
-rw-r--r--system/encfs/encfs.SlackBuild11
-rw-r--r--system/encfs/encfs.info8
-rw-r--r--system/encfs/slack-desc2
3 files changed, 12 insertions, 9 deletions
diff --git a/system/encfs/encfs.SlackBuild b/system/encfs/encfs.SlackBuild
index 33c4f6a45a..79268d32b6 100644
--- a/system/encfs/encfs.SlackBuild
+++ b/system/encfs/encfs.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for encfs
-# Copyright 2007-2011 Heinz Wiesinger, Amsterdam, The Netherlands
+# Copyright 2007-2016 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=encfs
-VERSION=1.7.4
+VERSION=1.8.1
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tgz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@@ -69,6 +69,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+autoreconf -vif
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@@ -87,7 +89,8 @@ make install-strip DESTDIR=$PKG
find $PKG/usr/man -type f -exec gzip -9 {} \;
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS ChangeLog COPYING INSTALL README \
+cp -a AUTHORS ChangeLog COPYING* INSTALL.md PERFORMANCE.md README.md \
+ README-NLS TRANSLATORS \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/system/encfs/encfs.info b/system/encfs/encfs.info
index 7d0ea61ab7..6db8540003 100644
--- a/system/encfs/encfs.info
+++ b/system/encfs/encfs.info
@@ -1,8 +1,8 @@
PRGNAM="encfs"
-VERSION="1.7.4"
-HOMEPAGE="http://www.arg0.net/encfs"
-DOWNLOAD="http://encfs.googlecode.com/files/encfs-1.7.4.tgz"
-MD5SUM="ac90cc10b2e9fc7e72765de88321d617"
+VERSION="1.8.1"
+HOMEPAGE="https://vgough.github.io/encfs/"
+DOWNLOAD="https://github.com/vgough/encfs/releases/download/v1.8.1/encfs-1.8.1.tar.gz"
+MD5SUM="f8365378ab7c0d493e04f4e98ae7eb4e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="rlog"
diff --git a/system/encfs/slack-desc b/system/encfs/slack-desc
index 8f5831b16f..a5b92a8706 100644
--- a/system/encfs/slack-desc
+++ b/system/encfs/slack-desc
@@ -13,7 +13,7 @@ encfs: Linux using the FUSE kernel module. FUSE provides a loadable kernel
encfs: module which exports a filesystem interface to user-mode. EncFS runs
encfs: entirely in user-mode and acts as a transparent encrypted filesystem.
encfs:
-encfs: Homepage: http://www.arg0.net/encfs
+encfs: Homepage: https://vgough.github.io/encfs/
encfs:
encfs:
encfs: