Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv19877

Added Files:
        ntfs-3g.info ntfs-3g.patch 
Log Message:
New Package.

--- NEW FILE: ntfs-3g.patch ---
diff -ru ntfs-3g-1.0.orig/configure ntfs-3g-1.0/configure
--- ntfs-3g-1.0.orig/configure  2007-02-20 15:15:27.000000000 -0500
+++ ntfs-3g-1.0/configure       2007-02-23 13:36:28.000000000 -0500
@@ -19804,7 +19804,7 @@
 
 
 case "$target_os" in
-linux*)
+darwin*)
 
   succeeded=no
 
diff -ru ntfs-3g-1.0.orig/src/Makefile.in ntfs-3g-1.0/src/Makefile.in
--- ntfs-3g-1.0.orig/src/Makefile.in    2007-02-20 15:15:39.000000000 -0500
+++ ntfs-3g-1.0/src/Makefile.in 2007-02-23 13:36:58.000000000 -0500
@@ -580,8 +580,8 @@
        (cd ../libntfs-3g && $(MAKE) libs) || exit 1;
 
 install-exec-hook:
-       $(INSTALL) -d $(DESTDIR)/sbin
-       $(LN_S) -f $(bindir)/ntfs-3g $(DESTDIR)/sbin/mount.ntfs-3g
+       $(INSTALL) -d $(DESTDIR)/$(sbindir)
+       $(LN_S) -f $(bindir)/ntfs-3g $(DESTDIR)/$(sbindir)/mount.ntfs-3g
        $(LDCONFIG)
 
 install-data-hook:

--- NEW FILE: ntfs-3g.info ---
Package: ntfs-3g
Version: 1.0
Revision: 1

Source: http://www.ntfs-3g.org/%n-%v.tgz
Source-MD5: 873a8de662849d129fc7c475ad3f5447

BuildDepends: fink (>= 0.24.12), fuse-dev, pkgconfig

Depends: %N-shlibs (=%v-%r)

PatchFile: %n.patch
PatchFile-MD5: 419ca8cbc6151e9ec64b500b7d151e25

ConfigureParams: --disable-dependency-tracking --mandir=%p/share/man

InstallScript: make install DESTDIR=%d

DocFiles: AUTHORS ChangeLog COPYING CREDITS INSTALL NEWS README

Description: FUSE NTFS filesystem
DescDetail: <<
        The NTFS-3G driver is an open source, freely available NTFS driver
        for Linux with read and write support. It provides safe and fast
        handling of the Windows XP, Windows Server 2003, Windows 2000 and
        Windows Vista file systems. Most POSIX file system operations are
        supported, with the exception of full file ownership and access
        right support.
<<
DescUsage: <<
        To connect to an NTFS volume:
        
        first unmount the NTFS disk if currently mounted read-only
        (you can use Disk Utility to do this and also to get the partition)
        
        mkdir mountpoint
        ntfs-3g /dev/diskpartition mountpoint -oping_diskarb,volname="Volume 
Name"
        
        where mountpoint is directory to mount the disk,
        diskpartition is the NTFS disk's partition in /dev
        and Volume Name is the disk's volume name.
        
        To disconnect:
        umount mountpoint
        or eject from the Finder.
        
        See ntfs-3g man page for more options.
<<

SplitOff: <<
        Package: %N-shlibs
        
        Depends: fuse-shlibs
        
        Files: lib/lib%N.*.dylib
        DocFiles: COPYING README
        
        Shlibs: %p/lib/lib%N.0.dylib 1.0.0 %n (>= 1.0-1)
<<

SplitOff2: <<
        Package: %N-dev
        
        Depends: %N-shlibs (=%v-%r)
        BuildDependsOnly: True
        
        Files: <<
                include
                lib/lib%N.a
                lib/lib%N.dylib
                lib/lib%N.la
        <<
        DocFiles: COPYING README
<<

License: GPL
Homepage: http://www.ntfs-3g.org/
Maintainer: Daniel Johnson <[EMAIL PROTECTED]>


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to