### this file is sourced not run

# source: james
TARBALL=exfat-r398.tar.bz2
MD5SUM=50908845f6b06df11ccee3d0cf41de28
SRC_URL=http://distro.ibiblio.org/fatdog/source/700/$TARBALL
BUNDLE=

SLACKREQ='libfuse'
SLACKDESC='exfat: exfat 398 (ExFAT filesystem driver)  
exfat:  
exfat: This project aims to provide a full-featured exFAT file system 
exfat: implementation for GNU/Linux and other Unix-like systems as a FUSE 
exfat: module and a set of utilities.  
exfat: 
exfat: 
exfat: 
exfat: 
exfat: 
exfat:
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### pkg_build
pkg_build() {
	cd /tmp/exfat*
	scons && scons install &&
	pkg_build_slackdesc
}

