void-packages/srcpkgs/dosfstools/template
2013-11-23 15:42:48 +01:00

23 lines
762 B
Plaintext

# Template file for 'dosfstools'
pkgname=dosfstools
version=3.0.24
revision=1
build_style=gnu-makefile
make_install_args="PREFIX=/usr SBINDIR=/usr/bin"
short_desc="DOS filesystem tools"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.daniel-baumann.ch/software/$pkgname"
license="GPL-2"
distfiles="http://daniel-baumann.ch/files/software/dosfstools/dosfstools-${version}.tar.xz"
checksum=1e21b7e7c8872fb3debf2a7fdc8c223a5f592a6efa8ae181a92f558ed28274c1
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 all
}
}