# Description: Commandes MS-DOS FAT pour linux # URL: ftp://ftp.ibiblio.org/pub/Linux/system/filesystems/dosfs/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch name=dosfstools version=3.0.12 release=1 source=( ftp://ftp.debian.org/debian/pool/main/d/$name/$name\_$version.orig.tar.gz) build() { cd $name-$version make make DESTDIR=$PKG PREFIX=/usr SBINDIR=/sbin install }