summaryrefslogtreecommitdiff
path: root/sys-fs/ntfs3g/metadata.xml
blob: a336d143c8e42044da43ca1f627b89a573b9967f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person">
    <email>chutzpah@gentoo.org</email>
  </maintainer>
  <maintainer type="project">
    <email>base-system@gentoo.org</email>
    <name>Gentoo Base System</name>
  </maintainer>
  <longdescription lang="en">
		The ntfs-3g driver is an open source, GPL licensed, third generation Linux 
		NTFS driver for 32-bit, little-endian architectures which was implemented 
		by the Linux-NTFS project. It provides full read-write access to NTFS, 
		excluding access to encrypted files, writing compressed files, changing 
		file ownership, access right.
	</longdescription>
  <use>
    <flag name="fuse">Enable ntfs-3g FUSE driver</flag>
    <flag name="mount-ntfs">Install mount.ntfs symlink</flag>
    <flag name="ntfsdecrypt">Build and install the ntfsdecrypt application.</flag>
    <flag name="ntfsprogs">Enable ntfsprogs</flag>
  </use>
  <upstream>
    <bugs-to>https://github.com/tuxera/ntfs-3g/issues</bugs-to>
    <remote-id type="cpe">cpe:/a:tuxera:ntfs-3g</remote-id>
  </upstream>
  <origin>srcux</origin>
</pkgmetadata>