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

# source: james
TARBALL=bindfs-$PKGVER.tar.gz
MD5SUM=942d5a551727cee869fbef93534c9dc7
SRC_URL=http://bindfs.org/downloads/$TARBALL
BUNDLE=

SLACKREQ='libfuse'
SLACKDESC="bindfs: bindfs $PKGVER (FUSE bind-mount)  
bindfs:  
bindfs: Mount a directory to another location and alter permission bits. 
bindfs: bindfs is a FUSE filesystem for mounting a directory to another 
bindfs: location, similarly to mount --bind. The permissions inside the 
bindfs: mountpoint can be altered using various rules.  
bindfs: 
bindfs: http://bindfs.org/ 
bindfs: 
bindfs: 
bindfs: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


