forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.xml
34 lines (33 loc) · 1.2 KB
/
metadata.xml
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
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription lang="en">
DeuTex can do many things with Doom, Freedoom, Heretic, Hexen,
and Strife “WAD” files, such as extracting and inserting
graphics, sounds, levels, and other resources. It can be used
for creating and modifying IWAD (“Internal WAD”) and PWAD
(“Patch WAD”) files both.
It is a command-line driven program and as such, is suitable for
scripting such as from a shell script or Makefile.
</longdescription>
<maintainer type="person">
<email>[email protected]</email>
<name>William Breathitt Gray</name>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>Proxy Maintainers</name>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Games Project</name>
</maintainer>
<use>
<flag name="man">Build and install man pages</flag>
</use>
<upstream>
<bugs-to>https://github.com/Doom-Utils/deutex/issues</bugs-to>
<doc lang="en">https://github.com/Doom-Utils/deutex</doc>
<remote-id type="github">Doom-Utils/deutex</remote-id>
</upstream>
</pkgmetadata>