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

# source: james
TARBALL=exfatprogs-$PKGVER.tar.xz
MD5SUM=ea6674bd0fe55567308f68810de5c3c1
SRC_URL=https://github.com/exfatprogs/exfatprogs/releases/download/$PKGVER/$TARBALL
BUNDLE=

SLACKREQ=''
SLACKDESC="exfatprogs: exfatprogs $PKGVER (ExFAT filesystem utilities)
exfatprogs: 
exfatprogs: This package contains filesystems utilitis for the ExFAT filesystem. 
exfatprogs: This package comes from the newer codebase than exfat-utils, and is 
exfatprogs: meant for kernel with native ExFAT support (instead of through
exfatprogs: FUSE), so use with caution.
exfatprogs:
exfatprogs: It cannot be installed at the same time as exfat-utils as its
exfatprogs: utilities have identical names as those from exfat-utils.
exfatprogs:
exfatprogs: https://github.com/exfatprogs/exfatprogs 
"
SLACKCONF='exfat-utils'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --sbindir=/sbin"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}



