gentoo-ebuilds/media-libs/esdl/metadata.xml
Petr Vaněk 773e86afbb
media-libs/esdl: align longdescription opening and closing tags
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Sam James <sam@gentoo.org>
2022-10-20 04:52:17 +01:00

19 lines
579 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription>
ESDL - What is that?
It is library that gives you access to SDL and Opengl
functionality in your erlang program.
SDL handles 2d graphics, user events and audio while
Opengl handles 3d graphics. More information.
</longdescription>
<use>
<flag name="image">Enable image support</flag>
</use>
<upstream>
<remote-id type="sourceforge">esdl</remote-id>
</upstream>
</pkgmetadata>