summaryrefslogtreecommitdiff
path: root/media-libs/esdl/metadata.xml
blob: 319cfbca8c8b05de730450c6a2a7ed0e343302f4 (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 "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>