summaryrefslogtreecommitdiffstats
path: root/system/encfs
diff options
context:
space:
mode:
author Heinz Wiesinger2010-05-13 00:40:11 +0200
committer David Somero2010-05-13 00:40:11 +0200
commit3b52c304520ac5b497dc5e27fe01c4fc7270adb5 (patch)
tree89dfc6620e712948665fb712ebe547dbf56230cd /system/encfs
parent01a7a9fd38df5481e1cf2a087ae4c4949bc76063 (diff)
downloadslackbuilds-3b52c304520ac5b497dc5e27fe01c4fc7270adb5.tar.gz
system/encfs: Updated for version 1.5
Diffstat (limited to 'system/encfs')
-rw-r--r--system/encfs/README2
-rw-r--r--system/encfs/encfs.SlackBuild9
-rw-r--r--system/encfs/encfs.info4
3 files changed, 11 insertions, 4 deletions
diff --git a/system/encfs/README b/system/encfs/README
index a39dc1e856..2ed7f46382 100644
--- a/system/encfs/README
+++ b/system/encfs/README
@@ -3,7 +3,7 @@ using the FUSE kernel module. FUSE provides a loadable kernel module
which exports a filesystem interface to user-mode. EncFS runs entirely in
user-mode and acts as a transparent encrypted filesystem.
-This requires rlog and boost.
+This requires rlog.
Usage:
mount: encfs /path/to/encrypted_dir /path/to/mountpoint
diff --git a/system/encfs/encfs.SlackBuild b/system/encfs/encfs.SlackBuild
index 2f5c82caba..610432ccef 100644
--- a/system/encfs/encfs.SlackBuild
+++ b/system/encfs/encfs.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for encfs
-# Copyright 2007-2008 Heinz Wiesinger <pprkut@liwjatan.at>
+# Copyright 2007-2009 Heinz Wiesinger <pprkut@liwjatan.at>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -35,10 +35,13 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+ LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
+ LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
+ LIBDIRSUFFIX="64"
fi
set -e
@@ -56,6 +59,8 @@ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
+ --libdir=/usr/lib$LIBDIRSUFFIX \
+ --with-boost-libdir=/usr/lib$LIBDIRSUFFIX \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
@@ -80,4 +85,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/system/encfs/encfs.info b/system/encfs/encfs.info
index 78eb4c7429..3b26968f94 100644
--- a/system/encfs/encfs.info
+++ b/system/encfs/encfs.info
@@ -2,7 +2,9 @@ PRGNAM="encfs"
VERSION="1.5"
HOMEPAGE="http://www.arg0.net/encfs"
DOWNLOAD="http://encfs.googlecode.com/files/encfs-1.5-2.tgz"
+DOWNLOAD_x86_64=""
MD5SUM="b07008545545b4a57cf2bf65f08a14ad"
-MAINTAINER="ppr:kut"
+MD5SUM_x86_64=""
+MAINTAINER="pprkut"
EMAIL="pprkut@liwjatan.at"
APPROVED="David Somero" \ No newline at end of file