fuse-exfat: update to fuse-exfat-1.1.0

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-09-11 14:43:37 +02:00
parent c5f87ec61e
commit 21f91e9e89

View File

@ -17,12 +17,13 @@
################################################################################
PKG_NAME="fuse-exfat"
PKG_VERSION="1.0.1"
PKG_VERSION="1.1.0"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://code.google.com/p/exfat"
PKG_URL="http://exfat.googlecode.com/files/$PKG_NAME-$PKG_VERSION.tar.gz"
#PKG_URL="http://exfat.googlecode.com/files/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_URL="http://distfiles.gentoo.org/distfiles/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain scons:host fuse"
PKG_PRIORITY="optional"
PKG_SECTION="system"
@ -34,7 +35,7 @@ PKG_AUTORECONF="no"
make_target() {
export CCFLAGS="$CFLAGS"
export CCFLAGS="$CFLAGS -std=c99"
scons
}