### this file is sourced not run
PKGVER=1.8.1
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=encfs-$PKGVER.tar.gz
MD5SUM=f8365378ab7c0d493e04f4e98ae7eb4e
SRC_URL=https://github.com/vgough/encfs/releases/download/v$PKGVER/$TARBALL
BUNDLE=

SLACKREQ='librlog openssl libfuse libboost-common' # libboost - compile-time only
SLACKDESC="encfs: encfs $PKGVER (Encrypted Filesystem)  
encfs:  
encfs: EncFS provides an encrypted filesystem in user-space. It runs without 
encfs: any special permissions and uses the FUSE library and Linux kernel 
encfs: module to provide the filesystem interface. As with most encrypted 
encfs: filesystems, Encfs is meant to provide security against off-line 
encfs: attacks; ie your notebook or backups fall into the wrong hands, etc. 
encfs: Encfs works on files at a time, not an entire block device.  
encfs: 
encfs: 
encfs: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### default pkg_build
pkg_build() {
	cd /tmp/encfs*
	CONFFLAGS="$CONFFLAGS --with-boost-libdir=/usr/$LIBDIR"	
	autoreconf -fi &&
	pkg_build_autoconf &&
	pkg_build_slackdesc
}

