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

# source: mine
TARBALL=dosfstools-$PKGVER.tar.xz
MD5SUM=6a047a6c65186b9ebb1853709adb36db
SRC_URL=https://github.com/dosfstools/dosfstools/releases/download/v3.0.28/$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() {
	cd /tmp/dosfstools*
	make $MAKEFLAGS PREFIX=/usr && make $MAKEFLAGS PREFIX=/usr install &&
	pkg_build_slackdesc &&
	rm -rf /etc/ld.so.cache /var/cache/ldconfig/aux-cache
}


