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

# source: james
TARBALL=unionfs-fuse-20170725.tar.bz2
MD5SUM=3ffee1c1c1327316a5661babc586953e
#SRC_URL=https://github.com/rpodgorny/unionfs-fuse/archive/v1.0.tar.gz
SRC_URL=http://distro.ibiblio.org/fatdog/source/800/$TARBALL
BUNDLE=

SLACKREQ='libfuse'
SLACKDESC="unionfs-fuse: unionfs-fuse $PKGVER (Userspace union filesystem)  
unionfs-fuse:  
unionfs-fuse: This is the union filesystem, implemented in userspace. It works 
unionfs-fuse: similarly like kernel-level aufs or unionfs. The reason to use 
unionfs-fuse: this: you do not have to be root to use it, and it can work with 
unionfs-fuse: any kernel with fuse support.  
unionfs-fuse: 
unionfs-fuse: http://podgorny.cz/moin/UnionFsFuse
unionfs-fuse: 
unionfs-fuse: 
unionfs-fuse: 
"

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


