description="DOS filesystem utilities"
url="https://github.com/dosfstools/dosfstools"

packager="Grat-OS Team"

makedepends=(systemd)

name=dosfstools
version=4.2

source=(https://github.com/$name/$name/releases/download/v$version/$name-$version.tar.gz)

build() {
cd $name-$version

./configure --prefix=/usr                      \
            --libexecdir=/usr/lib              \
            --sbindir=/usr/bin                 \
            --mandir=/usr/share/man            \
            --docdir=/usr/share/doc/dosfstools \
            --enable-compat-symlinks

make
make DESTDIR=$PKG install
}
