blob: 5a35b719ce9d9d43c6cec0bd4b96e3e87635a08d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>leycec@gmail.com</email>
<name>leycec</name>
</maintainer>
<longdescription>
This is a sample library which allows you to use TrueType fonts in your SDL
applications. It comes with an example program "showfont" which displays an
example string for a given TrueType font file.
</longdescription>
<upstream>
<doc lang="en">http://www.libsdl.org/projects/SDL_ttf/docs/index.html</doc>
</upstream>
<use>
<flag name="showfont">Install the "showfont" test command</flag>
</use>
</pkgmetadata>
|