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

# source: post BLFS 8.2 2018-07-25
TARBALL=dosfstools-$PKGVER.tar.xz
MD5SUM=07a1050db1a898e9a2e03b0c4569c4bd
SRC_URL=https://github.com/dosfstools/dosfstools/releases/download/v$PKGVER/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="dosfstools: dosfstools $PKGVER (MSDOS filesystem tools)
dosfstools: 
dosfstools: osfstools consists of the programs mkfs.fat, fsck.fat and fatlabel to 
dosfstools: create, check and label file systems of the FAT family. The 
dosfstools: dosfstools are licensed under the GNU GPL version 3 or later. See the 
dosfstools: file COPYING for details.
dosfstools: 
dosfstools: https://github.com/dosfstools/dosfstools
dosfstools: 
dosfstools: 
dosfstools:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="--prefix=/            \
            --enable-compat-symlinks \
            --mandir=/usr/share/man  \
            --docdir=/usr/share/doc/dosfstools-$PKGVER"
            
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


