fuse-exfat: update to 1.1.0.

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

View File

@ -1,23 +1,23 @@
# Template file for 'fuse-exfat'
pkgname=fuse-exfat
version=1.0.0
revision=2
version=1.1.0
revision=1
hostmakedepends="scons"
makedepends="fuse-devel exfat-utils>=${version}"
depends="exfat-utils>=${version}"
short_desc="Free exFAT file system implementation"
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=18c0dafed64596e536c5d47604585ff353a2e4bb067066e3ec5963a5a170f4a5
update_site="http://code.google.com/p/exfat/wiki/Downloads"
distfiles="https://docs.google.com/uc?export=download&id=0B7CLI-REKbE3VTdaa0EzTkhYdU0>${pkgname}-${version}.tar.gz"
checksum=198c520e417e955dc5c08687c278e63eefa56719da4452aa4a605be0327f953e
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
install -Dm444 fuse/mount.exfat-fuse.8 ${DESTDIR}/usr/share/man/man8/mount.exfat-fuse.8
}