mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
ntfs-3g: rename to ntfs-3g_ntfsprogs, update to ntfs-3g_ntfsprogs-2011.4.12
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
546eb19fc5
commit
2450c6d788
@ -33,5 +33,9 @@ cd $PKG_BUILD
|
||||
--disable-library \
|
||||
--enable-posix-acls \
|
||||
--disable-mtab \
|
||||
--disable-ntfsprogs \
|
||||
--disable-crypto \
|
||||
--with-fuse=external \
|
||||
--without-uuid \
|
||||
|
||||
make
|
@ -18,8 +18,8 @@
|
||||
# http://www.gnu.org/copyleft/gpl.html
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="ntfs-3g"
|
||||
PKG_VERSION="2011.1.15"
|
||||
PKG_NAME="ntfs-3g_ntfsprogs"
|
||||
PKG_VERSION="2011.4.12"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
@ -29,8 +29,8 @@ PKG_DEPENDS="fuse"
|
||||
PKG_BUILD_DEPENDS="toolchain fuse"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="system"
|
||||
PKG_SHORTDESC="ntfs-3g: NTFS-3G Read/Write userspace driver"
|
||||
PKG_LONGDESC="The NTFS-3G driver is an open source, freely available NTFS driver for Linux with read and write support. It provides safe and fast handling of the Windows XP, Windows Server 2003, Windows 2000 and Windows Vista file systems."
|
||||
PKG_SHORTDESC="ntfs-3g_ntfsprogs: NTFS-3G Read/Write userspace driver"
|
||||
PKG_LONGDESC="The NTFS-3G_ntfsprogs driver is an open source, freely available NTFS driver for Linux with read and write support. It provides safe and fast handling of the Windows XP, Windows Server 2003, Windows 2000 and Windows Vista file systems."
|
||||
PKG_IS_ADDON="no"
|
||||
|
||||
PKG_AUTORECONF="yes"
|
@ -116,7 +116,7 @@ mkdir -p $INSTALL
|
||||
[ "$UPOWER" = "yes" ] && $SCRIPTS/install ConsoleKit
|
||||
|
||||
# NTFS 3G support
|
||||
[ "$NTFS3G" = "yes" ] && $SCRIPTS/install ntfs-3g
|
||||
[ "$NTFS3G" = "yes" ] && $SCRIPTS/install ntfs-3g_ntfsprogs
|
||||
|
||||
# Apple mount (ifuse) support
|
||||
[ "$APPLEMOUNT" = "yes" ] && $SCRIPTS/install ifuse
|
||||
|
Loading…
x
Reference in New Issue
Block a user