void-packages/srcpkgs/ntfs-3g/template
Juan RP d569d6983e Added ntfs-3g-2009.11.14 build template.
--HG--
extra : convert_revision : 174cd15cfa2b2d2af346ea4aef957fc56c8aabae
2009-11-30 08:01:38 +01:00

27 lines
1,016 B
Plaintext

# Template file for 'ntfs-3g'
pkgname=ntfs-3g
version=2009.11.14
distfiles="http://www.ntfs-3g.org/$pkgname-$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=186d28c53614b57552900db46b2e2ecb6a7f0c2e3bb715b81fd2d691c1d8d9ce
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."
subpackages="$pkgname-devel"
Add_dependency full glibc
Add_dependency full fuse
post_install()
{
install -d ${DESTDIR}/usr/share/hal/fdi/policy/10osvendor
install -m644 ${FILESDIR}/25-ntfs-config-write-policy.fdi \
${DESTDIR}//usr/share/hal/fdi/policy/10osvendor
}