ntfs-3g: enable POSIX ACLs, xattr mappings options.
This commit is contained in:
parent
8682590294
commit
7e0ae9d66b
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
|||
libc.so.6
|
||||
libuuid.so.1
|
||||
libfuse.so.2
|
||||
libpthread.so.0
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
# Template file for 'ntfs-3g'
|
||||
pkgname=ntfs-3g
|
||||
version=2012.1.15
|
||||
revision=2
|
||||
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"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue