summaryrefslogtreecommitdiff
blob: 7ac448e72c9d4cf6d86e85e350c599c630e73ac0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer>
		<email>thev00d00@gentoo.org</email>
		<name>Ian Whyman</name>
	</maintainer>
	<longdescription>This is Python module for RAR archive reading. The interface is made as zipfile like as possible.</longdescription>
	<use>
		<flag name="compressed">Enables the module to support compressed v3 archives by calling the <pkg>app-arch/unrar</pkg>.</flag>
	</use>
</pkgmetadata>