2010-01-24 12:41:03 +00:00
|
|
|
# Template file for 'dosfstools'
|
|
|
|
pkgname=dosfstools
|
2013-07-20 04:42:31 +00:00
|
|
|
version=3.0.22
|
2012-07-18 08:42:22 +00:00
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-makefile
|
2013-06-06 18:17:29 +00:00
|
|
|
make_install_args="PREFIX=/usr SBINDIR=/usr/bin"
|
2010-01-24 12:41:03 +00:00
|
|
|
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"
|
2013-06-06 18:17:29 +00:00
|
|
|
distfiles="http://daniel-baumann.ch/files/software/dosfstools/dosfstools-${version}.tar.xz"
|
2013-07-20 04:42:31 +00:00
|
|
|
checksum=7e8390c290d144e1315523097159ed0dbb42b8f9b3ae1a5501d33b5e4b8a732f
|
2010-01-24 12:41:03 +00:00
|
|
|
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."
|
2013-04-12 07:46:44 +00:00
|
|
|
|
|
|
|
dosfstools_package() {
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|