opt/ntfsprogs/Pkgfile

21 lines
538 B
Plaintext

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