# Template file for 'exfat-utils' pkgname=exfat-utils version=1.1.0 revision=1 hostmakedepends="scons" short_desc="Utilities for exFAT file system" maintainer="Juan RP " license="GPL-2" homepage="http://code.google.com/p/exfat" update_site="http://code.google.com/p/exfat/wiki/Downloads" distfiles="https://docs.google.com/uc?export=download&id=0B7CLI-REKbE3bnR2WHowZXNtUVU>${pkgname}-${version}.tar.gz" checksum=68a7943db27548b6aecb6305b3b5064e242945502f03ba95a5d14938a18cc94e do_build() { scons CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS} " DESTDIR="${DESTDIR}/usr/bin" } do_install() { scons CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS} " DESTDIR="${DESTDIR}/usr/bin" install vmkdir usr/share/man/man8 install -m444 {dump,fsck,mkfs,label}/*.8 ${DESTDIR}/usr/share/man/man8 }