22 lines
762 B
Text
22 lines
762 B
Text
# Template file for 'dosfstools'
|
|
pkgname=dosfstools
|
|
version=3.0.20
|
|
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=b88cbef19f1133eaa1d1a4c450eff09695442966eb34cc3b6c07ace405aa1cb7
|
|
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
|
|
}
|
|
}
|