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

# source: james
TARBALL=bindfs-1.12.6.tar.gz
MD5SUM=945a4b3f8d3647f61a22a3edd7064b88
SRC_URL=http://bindfs.org/downloads/$TARBALL
BUNDLE=

SLACKREQ='libfuse'
SLACKDESC='bindfs: bindfs 1.12.6 (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: 
bindfs: 
bindfs: 
bindfs: http://bindfs.org/ 
'

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


