# SliTaz package receipt.

PACKED_SIZE="96.0K"
UNPACKED_SIZE="384.0K"
PACKAGE="dosfstools"
VERSION="3.0.26"
CATEGORY="system-tools"
SHORT_DESC="Tools to create and check dos filesystems."
MAINTAINER="pankso@slitaz.org"
LICENSE="GPL3"
TARBALL="$PACKAGE-$VERSION.tar.xz"
WEB_SITE="http://www.daniel-baumann.ch/software/dosfstools"
WGET_URL="http://daniel-baumann.ch/files/software/$PACKAGE/$TARBALL"
HOST_ARCH="i486 arm"

# Rules to configure and make the package.
compile_rules()
{
	make
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/sbin
	cp -a $src/mkfs.fat $fs/sbin
	cp -a $src/fsck.fat $fs/sbin
	cp -a $src/fatlabel $fs/sbin
}
