# Description: Freely available NTFS driver with read and write support. # URL: http://www.tuxera.com/community/ntfs-3g-download/ # Maintainer: Danny Rawlins, crux at romster dot me # Packager: Danny Rawlins, crux at romster dot me # Depends on: fuse name=ntfs-3g version=2015.3.14 release=2 source=(http://tuxera.com/opensource/ntfs-3g_ntfsprogs-$version.tgz) build() { cd ntfs-3g_ntfsprogs-$version install -d $PKG/lib ./configure \ --prefix=/usr \ --mandir=/usr/man \ --disable-static \ --disable-ldconfig \ --with-fuse=external make make DESTDIR=$PKG install ln -s /usr/bin/ntfsfix $PKG/usr/sbin/fsck.ntfs ln -s /usr/bin/ntfsfix $PKG/usr/sbin/fsck.ntfs-3g chmod a-x $PKG/lib/*.so rm $PKG/usr/share/doc/ntfs-3g/README rmdir $PKG/usr/share/doc/ntfs-3g rmdir $PKG/usr/share/doc rmdir $PKG/usr/share }