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

# source: james
TARBALL=mtools-$PKGVER.tar.bz2
MD5SUM=b83fa09fb0025025bec6bb7e153a91b4
SRC_URL=http://ftp.gnu.org/gnu/mtools/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="mtools: mtools $PKGVER (FAT utilities)  
mtools:  
mtools: Mtools is a collection of utilities to access MS-DOS disks from GNU 
mtools: and Unix without mounting them. It supports many FAT-specific 
mtools: features: volume labels, FAT-specific file attributes (hidden, system, 
mtools: ...), bad-block map maintenance, etc. This tool is required by 
mtools: syslinux to work.  
mtools: 
mtools: http://www.gnu.org/software/mtools/
mtools: 
mtools: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


