25 lines
973 B
Text
25 lines
973 B
Text
# Template file for 'ntfs-3g'
|
|
pkgname=ntfs-3g
|
|
version=2011.4.12
|
|
wrksrc=${pkgname}_ntfsprogs-${version}
|
|
distfiles="http://www.tuxera.com/opensource/${pkgname}_ntfsprogs-${version}.tgz"
|
|
build_style=gnu-configure
|
|
configure_args="--bindir=/bin --disable-static --with-fuse=external"
|
|
revision=1
|
|
short_desc="Stable Read/Write NTFS Driver in userspace"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=aa8c747f0bfe819b2387b05e12db8d35e4ac96dcb2432873a0b939e248b2ee05
|
|
long_desc="
|
|
The NTFS-3G driver is a freely and commercially available and supported
|
|
read/write NTFS driver for Linux, Mac OS X, FreeBSD, NetBSD, OpenSolaris,
|
|
QNX, Haiku, and other operating systems. It provides safe and fast handling
|
|
of the Windows XP, Windows Server 2003, Windows 2000, Windows Vista, Windows
|
|
Server 2008 and Windows 7 file systems."
|
|
|
|
replaces="ntfsprogs>=0"
|
|
subpackages="$pkgname-devel"
|
|
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build libuuid-devel
|
|
Add_dependency build fuse-devel
|