void-packages/srcpkgs/ntfs-3g/template
2012-01-24 19:01:14 +01:00

27 lines
1,022 B
Plaintext

# Template file for 'ntfs-3g'
pkgname=ntfs-3g
version=2012.1.15
revision=1
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"
short_desc="Stable Read/Write NTFS Driver in userspace"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=6f1611c5000de7ca99141a9b853cba2c8dbd86c8e36d5efbe7ba918af773fb25
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."
provides="ntfsprogs-${version}"
replaces="ntfsprogs>=0"
subpackages="$pkgname-devel"
build_requires=16
Add_dependency build pkg-config
Add_dependency build libuuid-devel
Add_dependency build fuse-devel