mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
20 lines
688 B
XML
20 lines
688 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>ada@gentoo.org</email>
|
|
</maintainer>
|
|
<use>
|
|
<flag name="shared">Build gtkada as shared library</flag>
|
|
<flag name="static-pic">Build static library with pic code</flag>
|
|
</use>
|
|
<longdescription lang="en">
|
|
GtkAda is an Ada graphical toolkit based on Gtk+, providing the
|
|
complete set of Gtk+ widgets using the Object-Oriented features of
|
|
this language. GtkAda supports the latest 3.14 stable releases.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">AdaCore/gtkada</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|