summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/esdl/metadata.xml')
-rw-r--r--media-libs/esdl/metadata.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/media-libs/esdl/metadata.xml b/media-libs/esdl/metadata.xml
new file mode 100644
index 000000000000..969ea43fe180
--- /dev/null
+++ b/media-libs/esdl/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>graphics</herd>
+ <maintainer>
+ <email>george@gentoo.org</email>
+ </maintainer>
+ <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>