void-packages/srcpkgs/dosfstools/template

23 lines
750 B
Text
Raw Normal View History

# Template file for 'dosfstools'
pkgname=dosfstools
2013-05-30 07:07:05 +00:00
version=3.0.17
2012-07-18 08:42:22 +00:00
revision=1
build_style=gnu-makefile
2012-07-09 12:52:50 +00:00
make_install_args="PREFIX=/usr SBINDIR=/usr/sbin"
short_desc="DOS filesystem tools"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-07-09 12:52:50 +00:00
homepage="http://www.daniel-baumann.ch/software/$pkgname"
license="GPL-2"
2012-12-19 20:31:53 +00:00
distfiles="${DEBIAN_SITE}/main/d/${pkgname}/${pkgname}_${version}.orig.tar.xz"
2013-05-30 07:07:05 +00:00
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
}
}