mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
system/encfs: Updated for version 1.8.1.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
2d7528f135
commit
9c3360c4ed
3 changed files with 12 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue