void-packages/srcpkgs/dosfstools/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

15 lines
634 B
Text

# 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 <xtraeme@gmail.com>"
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