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

# source: james
TARBALL=encfs-1.7.4.tgz
MD5SUM=ac90cc10b2e9fc7e72765de88321d617
SRC_URL=http://encfs.googlecode.com/files/$TARBALL
BUNDLE=

SLACKREQ='librlog openssl libfuse libboost-common' # libboost - compile-time only
SLACKDESC='encfs: encfs 1.7.4 (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() {
	CONFFLAGS="$CONFFLAGS --with-boost-libdir=/usr/lib64"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}

