opt/dosfstools/Pkgfile
2016-07-13 10:28:39 +02:00

24 lines
577 B
Plaintext

# Description: tools for creating and checking DOS filesystems in linux
# URL: https://github.com/dosfstools/dosfstools
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Ryan B. Lynch, rlynch at strozllc dot com
# Depends on:
name=dosfstools
version=4.0
release=1
source=(https://github.com/dosfstools/dosfstools/releases/download/v$version/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--sbindir=/sbin \
--enable-compat-symlinks
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}