ntfsprogs: updated to 2.0.0
This commit is contained in:
parent
ae0b5d3aa1
commit
257dda9598
@ -1,5 +1,6 @@
|
||||
drwxr-xr-x root/root sbin/
|
||||
lrwxrwxrwx root/root sbin/mkfs.ntfs -> /usr/sbin/mkntfs
|
||||
lrwxrwxrwx root/root sbin/mount.fuse.ntfs -> /usr/bin/ntfsmount
|
||||
lrwxrwxrwx root/root sbin/mount.ntfs-fuse -> /usr/bin/ntfsmount
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
@ -19,6 +20,7 @@ drwxr-xr-x root/root usr/include/ntfs/
|
||||
-rw-r--r-- root/root usr/include/ntfs/collate.h
|
||||
-rw-r--r-- root/root usr/include/ntfs/compat.h
|
||||
-rw-r--r-- root/root usr/include/ntfs/compress.h
|
||||
-rw-r--r-- root/root usr/include/ntfs/crypto.h
|
||||
-rw-r--r-- root/root usr/include/ntfs/debug.h
|
||||
-rw-r--r-- root/root usr/include/ntfs/device.h
|
||||
-rw-r--r-- root/root usr/include/ntfs/device_io.h
|
||||
@ -36,11 +38,9 @@ drwxr-xr-x root/root usr/include/ntfs/
|
||||
-rw-r--r-- root/root usr/include/ntfs/mft.h
|
||||
-rw-r--r-- root/root usr/include/ntfs/mst.h
|
||||
-rw-r--r-- root/root usr/include/ntfs/ntfstime.h
|
||||
-rw-r--r-- root/root usr/include/ntfs/rich.h
|
||||
-rw-r--r-- root/root usr/include/ntfs/runlist.h
|
||||
-rw-r--r-- root/root usr/include/ntfs/security.h
|
||||
-rw-r--r-- root/root usr/include/ntfs/support.h
|
||||
-rw-r--r-- root/root usr/include/ntfs/tree.h
|
||||
-rw-r--r-- root/root usr/include/ntfs/types.h
|
||||
-rw-r--r-- root/root usr/include/ntfs/unistr.h
|
||||
-rw-r--r-- root/root usr/include/ntfs/version.h
|
||||
@ -48,14 +48,16 @@ drwxr-xr-x root/root usr/include/ntfs/
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libntfs.a
|
||||
-rwxr-xr-x root/root usr/lib/libntfs.la
|
||||
lrwxrwxrwx root/root usr/lib/libntfs.so -> libntfs.so.9.0.0
|
||||
lrwxrwxrwx root/root usr/lib/libntfs.so.9 -> libntfs.so.9.0.0
|
||||
-rwxr-xr-x root/root usr/lib/libntfs.so.9.0.0
|
||||
lrwxrwxrwx root/root usr/lib/libntfs.so -> libntfs.so.10.0.0
|
||||
lrwxrwxrwx root/root usr/lib/libntfs.so.10 -> libntfs.so.10.0.0
|
||||
-rwxr-xr-x root/root usr/lib/libntfs.so.10.0.0
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man8/
|
||||
-rw-r--r-- root/root usr/man/man8/libntfs-gnomevfs.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/libntfs.8.gz
|
||||
lrwxrwxrwx root/root usr/man/man8/mkfs.ntfs.8.gz -> mkntfs.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/mkntfs.8.gz
|
||||
lrwxrwxrwx root/root usr/man/man8/mount.fuse.ntfs.8.gz -> ntfsmount.8.gz
|
||||
lrwxrwxrwx root/root usr/man/man8/mount.ntfs-fuse.8.gz -> ntfsmount.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/ntfscat.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/ntfsclone.8.gz
|
||||
|
@ -1 +1 @@
|
||||
23160eb8d34abe3d2a88cd6d054faa47 ntfsprogs-1.13.1.tar.gz
|
||||
2c402b647bb7aeb1d3f8ce1cc354fd68 ntfsprogs-2.0.0.tar.gz
|
||||
|
@ -5,13 +5,14 @@
|
||||
# Depends on: fuse
|
||||
|
||||
name=ntfsprogs
|
||||
version=1.13.1
|
||||
version=2.0.0
|
||||
release=1
|
||||
source=(http://dl.sourceforge.net/sourceforge/linux-ntfs/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr \
|
||||
--mandir=/usr/man \
|
||||
--enable-fuse-module \
|
||||
--disable-gnome-vfs
|
||||
make
|
||||
|
Loading…
x
Reference in New Issue
Block a user