void-packages/srcpkgs/dosfstools/template
2013-05-30 09:07:05 +02:00

22 lines
750 B
Text

# Template file for 'dosfstools'
pkgname=dosfstools
version=3.0.17
revision=1
build_style=gnu-makefile
make_install_args="PREFIX=/usr SBINDIR=/usr/sbin"
short_desc="DOS filesystem tools"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.daniel-baumann.ch/software/$pkgname"
license="GPL-2"
distfiles="${DEBIAN_SITE}/main/d/${pkgname}/${pkgname}_${version}.orig.tar.xz"
checksum=9dade6b7c8ef06f7d679fcdc4524aa332ec7929837874b51c9bd490fbd4cb29f
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."
dosfstools_package() {
pkg_install() {
vmove usr
}
}