metadata.xml 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="person">
  5. <email>chutzpah@gentoo.org</email>
  6. </maintainer>
  7. <maintainer type="project">
  8. <email>base-system@gentoo.org</email>
  9. <name>Gentoo Base System</name>
  10. </maintainer>
  11. <longdescription lang="en">
  12. The ntfs-3g driver is an open source, GPL licensed, third generation Linux
  13. NTFS driver for 32-bit, little-endian architectures which was implemented
  14. by the Linux-NTFS project. It provides full read-write access to NTFS,
  15. excluding access to encrypted files, writing compressed files, changing
  16. file ownership, access right.
  17. </longdescription>
  18. <use>
  19. <flag name="external-fuse">
  20. Use external FUSE library instead of internal one. Must be disabled
  21. for unprivileged mounting to work.
  22. </flag>
  23. <flag name="ntfsdecrypt">Build and install the ntfsdecrypt application.</flag>
  24. <flag name="ntfsprogs">Include internal version of ntfsprogs.</flag>
  25. </use>
  26. <upstream>
  27. <bugs-to>http://tuxera.com/forum/</bugs-to>
  28. <remote-id type="cpe">cpe:/a:ntfs-3g:ntfs-3g</remote-id>
  29. <remote-id type="sourceforge">ntfs-3g</remote-id>
  30. </upstream>
  31. </pkgmetadata>