mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
fuse-exfat: update to fuse-exfat-1.2.0, update links and license
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
10c2a621cf
commit
9a466be33c
@ -17,31 +17,17 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="fuse-exfat"
|
PKG_NAME="fuse-exfat"
|
||||||
PKG_VERSION="1.1.0"
|
PKG_VERSION="1.2.0"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPLv2+"
|
||||||
PKG_SITE="http://code.google.com/p/exfat"
|
PKG_SITE="https://github.com/relan/exfat"
|
||||||
#PKG_URL="http://exfat.googlecode.com/files/$PKG_NAME-$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/relan/exfat/releases/download/v$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||||
PKG_URL="http://distfiles.gentoo.org/distfiles/$PKG_NAME-$PKG_VERSION.tar.gz"
|
PKG_DEPENDS_TARGET="toolchain fuse"
|
||||||
PKG_DEPENDS_TARGET="toolchain scons:host fuse"
|
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="system"
|
PKG_SECTION="system"
|
||||||
PKG_SHORTDESC="fuse-exfat: aims to provide a full-featured exFAT file system implementation for GNU/Linux other Unix-like systems as a FUSE module."
|
PKG_SHORTDESC="fuse-exfat: aims to provide a full-featured exFAT file system implementation for GNU/Linux other Unix-like systems as a FUSE module."
|
||||||
PKG_LONGDESC="This project aims to provide a full-featured exFAT file system implementation for GNU/Linux other Unix-like systems as a FUSE module."
|
PKG_LONGDESC="This project aims to provide a full-featured exFAT file system implementation for GNU/Linux other Unix-like systems as a FUSE module."
|
||||||
|
|
||||||
PKG_IS_ADDON="no"
|
PKG_IS_ADDON="no"
|
||||||
PKG_AUTORECONF="no"
|
PKG_AUTORECONF="yes"
|
||||||
|
|
||||||
|
|
||||||
make_target() {
|
|
||||||
export CCFLAGS="$CFLAGS -std=c99"
|
|
||||||
|
|
||||||
scons
|
|
||||||
}
|
|
||||||
|
|
||||||
makeinstall_target() {
|
|
||||||
mkdir -p $INSTALL/usr/bin
|
|
||||||
cp fuse/mount.exfat-fuse $INSTALL/usr/bin
|
|
||||||
ln -sf mount.exfat-fuse $INSTALL/usr/bin/mount.exfat
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user