# # DOS filesystem tools. # # 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. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=dosfstools pkgversion=4.2 arch=amd64 release=1 pkgcategory="tools" full_pkgname=dosfstools_4.2_amd64-1@tools blurb="DOS filesystem tools." homepage="https://github.com/dosfstools/dosfstools" license="GPLv3+" fetch="https://github.com/dosfstools/dosfstools/releases/download/v4.2/dosfstools-4.2.tar.gz" replace=""