opt/ntfsprogs/Pkgfile
2006-12-18 10:57:32 -06:00

19 lines
470 B
Plaintext

# Description: Uses FUSE to mount NTFS filesystem with write support; contains misc ntfs-related utilities
# URL: http://www.linux-ntfs.org/
# Maintainer: Matt Housh, jaeger at crux dot nu
# Depends on: fuse
name=ntfsprogs
version=1.13.1
release=1
source=(http://dl.sourceforge.net/sourceforge/linux-ntfs/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--enable-fuse-module \
--disable-gnome-vfs
make
make DESTDIR=$PKG install
}