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

# BLFS 7.5 updated to latest
TARBALL=ntfs-3g_ntfsprogs-$PKGVER.tgz
MD5SUM=ccbe8672d0f757bd0c975b50aa4c512e
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 --disable-mtab \
		--enable-xattr-mappings --enable-posix-acls --enable-crypto \
		--enable-extras"
	pkg_build_autoconf &&
	pkg_build_slackdesc &&
	rm -rf /etc/ld.so.cache /var/cache/ldconfig/aux-cache
}


