UmVirt LFS Package info

DB commit: f64c98382982c764c3ba140bfcbbc73d93096acd
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
[ BASH | XML | JSON ]

ntfs-3g

The Ntfs-3g package contains a stable, read-write open source driver for NTFS partitions.

Package info

Template:
Codename: ntfs-3g
Source file: ntfs-3g_ntfsprogs-2022.10.3.tgz
Source file size: 1324320
Source file MD5-checkum: a038af61be7584b79f8922ff11244090
Source directory: ntfs-3g_ntfsprogs-2022.10.3
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/n/ntfs-3g_ntfsprogs-2022.10.3.tgz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/n/ntfs-3g_ntfsprogs-2022.10.3.tgz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: kpmcore.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
    ARG_STATIC="--enable-static"
fi

./configure --prefix=/usr        \
            $ARG_STATIC          \
            --with-fuse=internal \
            --docdir=/usr/share/doc/ntfs-3g-2022.10.3

Build script:
make

Install script:
make install

cat > /usr/sbin/mount.ntfs << "EOF" &&
#!/bin/sh
exec mount -t ntfs3 "$@"
EOF
chmod -v 755 /usr/sbin/mount.ntfs