opt/ntfsprogs/Pkgfile

21 lines
544 B
Plaintext
Raw Normal View History

2006-10-10 03:43:28 +00:00
# Description: Uses FUSE to mount NTFS filesystem with write support; contains misc ntfs-related utilities
# URL: http://www.linux-ntfs.org/
2008-02-05 13:42:55 +11:00
# Maintainer: Lucas Hazel, lucas at die dot net dot au
# Packager: Matt Housh, jaeger at crux dot nu
2006-05-15 23:23:40 +00:00
# Depends on: fuse
name=ntfsprogs
2008-02-08 22:10:13 +11:00
version=2.0.0
2006-05-15 23:23:40 +00:00
release=1
source=(http://dl.sourceforge.net/sourceforge/linux-ntfs/$name-$version.tar.gz)
build() {
2006-10-10 03:43:28 +00:00
cd $name-$version
./configure --prefix=/usr \
2008-02-08 22:10:13 +11:00
--mandir=/usr/man \
--enable-fuse-module \
--disable-gnome-vfs
2006-10-10 03:43:28 +00:00
make
make DESTDIR=$PKG install
2006-05-15 23:23:40 +00:00
}