dosfstools: switch to /usr.
This commit is contained in:
parent
f05622c9fe
commit
219a2be6da
|
@ -1,15 +1,16 @@
|
|||
# Template file for 'dosfstools'
|
||||
pkgname=dosfstools
|
||||
version=3.0.8
|
||||
distfiles="http://www.daniel-baumann.ch/software/$pkgname/$pkgname-$version.tar.bz2"
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
make_install_args="PREFIX=/usr SBINDIR=/sbin"
|
||||
revision=1
|
||||
make_install_args="PREFIX=/usr SBINDIR=/usr/sbin"
|
||||
short_desc="DOS filesystem tools"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.daniel-baumann.ch/software/$pkgname"
|
||||
license="GPL-2"
|
||||
distfiles="http://www.daniel-baumann.ch/software/$pkgname/$pkgname-$version.tar.bz2"
|
||||
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."
|
||||
|
||||
|
|
Loading…
Reference in New Issue