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

PKGVER=2015.3.14

# BLFS 7.5 updated to latest
TARBALL=ntfs-3g_ntfsprogs-$PKGVER.tgz
MD5SUM=8cd57768310e3b2be39b3191d808e241
SRC_URL=http://tuxera.com/opensource/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="ntfs-3g: ntfs3g $PKGVER (NTFS filesystem driver)  
ntfs-3g:  
ntfs-3g: The Ntfs-3g package contains an open source, driver for Windows NTFS 
ntfs-3g: file system. This can mount Windows partitions so that they are 
ntfs-3g: writeable and allows you edit or delete Windows files from Linux.  
ntfs-3g: 
ntfs-3g: 
ntfs-3g: 
ntfs-3g: 
ntfs-3g: 
ntfs-3g: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-static --enable-posix-acls --enable-crypto \
	     --enable-extras --enable-quarantined"
	pkg_build_autoconf &&
	pkg_build_slackdesc &&
	rm -rf /etc/ld.so.cache /var/cache/ldconfig/aux-cache
}


