ntfs-3g: update to 2012.1.15.

This commit is contained in:
Juan RP 2012-01-23 09:30:22 +01:00
parent e737ddf57e
commit 22f063b1d5
1 changed files with 3 additions and 4 deletions

View File

@ -1,14 +1,13 @@
# Template file for 'ntfs-3g'
pkgname=ntfs-3g
version=2011.4.12
version=2012.1.15
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
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,
@ -16,10 +15,10 @@ long_desc="
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"
Add_dependency build pkg-config
Add_dependency build libuuid-devel
Add_dependency build fuse-devel