31 lines
1.1 KiB
Text
31 lines
1.1 KiB
Text
# Template file for 'ntfs-3g'
|
|
pkgname=ntfs-3g
|
|
version=2012.1.15
|
|
revision=3
|
|
wrksrc=${pkgname}_ntfsprogs-${version}
|
|
distfiles="http://www.tuxera.com/opensource/${pkgname}_ntfsprogs-${version}.tgz"
|
|
build_style=gnu-configure
|
|
configure_args="--exec-prefix=/usr --disable-static --with-fuse=external
|
|
--enable-posix-acls --enable-xattr-mappings"
|
|
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
|
|
|
|
post_install() {
|
|
vmove "sbin/*" usr/sbin
|
|
}
|