exfat-utils: update to 1.1.0.

This commit is contained in:
Eivind Uggedal 2014-11-04 13:02:15 +00:00
parent 52a7fe072f
commit ebd313a6a1
1 changed files with 8 additions and 8 deletions

View File

@ -1,22 +1,22 @@
# Template file for 'exfat-utils'
pkgname=exfat-utils
version=1.0.0
revision=2
version=1.1.0
revision=1
hostmakedepends="scons"
short_desc="Utilities for exFAT file system"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
license="GPL-2"
homepage="http://code.google.com/p/exfat"
update_site="http://code.google.com/p/exfat/downloads/list"
distfiles="http://exfat.googlecode.com/files/${pkgname}-${version}.tar.gz"
checksum=9079c6fa1eea33ca635252985c226141968d88445abf0255a4119bf54028df1d
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}" LINKFLAGS="${LDFLAGS} " DESTDIR="${DESTDIR}/usr/bin"
scons CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS} " DESTDIR="${DESTDIR}/usr/bin"
}
do_install() {
scons CCFLAGS="${CFLAGS}" LINKFLAGS="${LDFLAGS} " DESTDIR="${DESTDIR}/usr/bin" 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
}