# Description: Utilities to access MS-DOS disks without mounting them # URL: http://mtools.linux.lu/ # Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net # Depends on: texinfo name=mtools version=3.9.11 release=3 source=(http://mtools.linux.lu/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=/usr \ --sysconfdir=/etc make make prefix=$PKG/usr install rm -rf $PKG/usr/info }