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

# source: james
TARBALL=exfat-r422.tar.bz2
MD5SUM=14cfc804c09e3e68dd9154d32f3de646
SRC_URL=http://distro.ibiblio.org/fatdog/source/700/$TARBALL
BUNDLE=

SLACKREQ='libfuse'
SLACKDESC='exfat: exfat r422 (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 SVN release 422 is equivalent to release 1.1.1
exfat: 
exfat: 
exfat: 
exfat:
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### pkg_build
pkg_build() {
	CC="$CC -std=c99"
	cd /tmp/exfat*
	scons && scons install &&
	pkg_build_slackdesc
}

