diff --git a/packages/sysutils/ntfs-3g/build b/packages/sysutils/ntfs-3g_ntfsprogs/build similarity index 91% rename from packages/sysutils/ntfs-3g/build rename to packages/sysutils/ntfs-3g_ntfsprogs/build index fd96a6c981..ed0da1680a 100755 --- a/packages/sysutils/ntfs-3g/build +++ b/packages/sysutils/ntfs-3g_ntfsprogs/build @@ -33,5 +33,9 @@ cd $PKG_BUILD --disable-library \ --enable-posix-acls \ --disable-mtab \ + --disable-ntfsprogs \ + --disable-crypto \ + --with-fuse=external \ + --without-uuid \ make diff --git a/packages/sysutils/ntfs-3g/install b/packages/sysutils/ntfs-3g_ntfsprogs/install similarity index 100% rename from packages/sysutils/ntfs-3g/install rename to packages/sysutils/ntfs-3g_ntfsprogs/install diff --git a/packages/sysutils/ntfs-3g/meta b/packages/sysutils/ntfs-3g_ntfsprogs/meta similarity index 77% rename from packages/sysutils/ntfs-3g/meta rename to packages/sysutils/ntfs-3g_ntfsprogs/meta index 2eedc1363d..270623ef5e 100644 --- a/packages/sysutils/ntfs-3g/meta +++ b/packages/sysutils/ntfs-3g_ntfsprogs/meta @@ -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" diff --git a/scripts/image b/scripts/image index be88987768..11697778ea 100755 --- a/scripts/image +++ b/scripts/image @@ -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