diff --git a/srcpkgs/dosfstools/template b/srcpkgs/dosfstools/template new file mode 100644 index 0000000000..66ad9b8cd0 --- /dev/null +++ b/srcpkgs/dosfstools/template @@ -0,0 +1,15 @@ +# Template file for 'dosfstools' +pkgname=dosfstools +version=3.0.8 +distfiles="http://www.daniel-baumann.ch/software/$pkgname/$pkgname-$version.tar.bz2" +build_style=gnu_makefile +make_install_args="PREFIX=/usr SBINDIR=/sbin" +short_desc="DOS filesystem tools" +maintainer="Juan RP " +checksum=83fe64010653a41ef285fc6a14b705424582807244c42541db73aa02db392d90 +long_desc=" + The dosfstools package includes the mkdosfs (a.k.a. mkfs.dos and mkfs.vfat) + and dosfsck (a.k.a. fsck.msdos and fsck.vfat) utilities, which respectively + make and check MS-DOS FAT filesystems on hard drives or on floppies." + +Add_dependency run glibc