4 pkgdesc="Free exFAT file system implementation"
6 url="http://code.google.com/p/exfat/"
10 optdepends=('exfat-utils: utilities for exFAT file system')
11 source=(http://exfat.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
12 md5sums=('809be0bc49c3b2be3f2d0fd115d36709')
15 cd ${srcdir}/${pkgname}-${pkgver}
18 mkdir -p ${pkgdir}/sbin/
19 scons install DESTDIR=${pkgdir}/sbin || return 1
20 mkdir -p ${pkgdir}/usr/share/man/man8/
21 gzip -9 -c fuse/mount.exfat-fuse.8 > ${pkgdir}/usr/share/man/man8/mount.exfat-fuse.8.gz