diff --git a/srcpkgs/exfat-utils/template b/srcpkgs/exfat-utils/template index 35c1e591495..087773ff5b6 100644 --- a/srcpkgs/exfat-utils/template +++ b/srcpkgs/exfat-utils/template @@ -1,21 +1,15 @@ # Template file for 'exfat-utils' pkgname=exfat-utils -version=1.1.1 -revision=2 -build_style=scons -hostmakedepends="scons" +version=1.2.0 +revision=1 +build_style=gnu-configure short_desc="Utilities for exFAT file system" maintainer="Juan RP " license="GPL-2" -homepage="http://code.google.com/p/exfat" -distfiles="https://docs.google.com/uc?export=download&id=0B7CLI-REKbE3UzNtSkRvdHBpdjQ>${pkgname}-${version}.tar.gz" -checksum=c64454083961fbad164fa7daef03d7e9247aa978c11395d62a265d48a1d56232 +homepage="https://github.com/relan/exfat" +distfiles="https://github.com/relan/exfat/releases/download/v${version}/${pkgname}-${version}.tar.gz" +checksum=df164bf3a1586f8c9be7dd6a126ebb0310715654e2c49393a22e11a1f6a214cc -CFLAGS="-std=c99" - -pre_install() { - DESTDIR=${DESTDIR}/usr/bin -} post_install() { vmkdir usr/share/man/man8 install -m444 {dump,fsck,mkfs,label}/*.8 ${DESTDIR}/usr/share/man/man8