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

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

SLACKREQ=
SLACKDESC='mtools: mtools 4.0.18 (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: 
mtools: 
mtools: http://www.gnu.org/software/mtools/
'

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


