blob: d0ca51bfa2b79f7eb91ccfe5ec94887bb32de919 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>php</herd>
<maintainer>
<email>anant@gentoo.org</email>
<name>Anant Narayanan</name>
</maintainer>
<longdescription>
This PHP5 extension wraps the Gtk+ 2 library thereby
providing the ability to write GUI applications in PHP.
</longdescription>
<use>
<flag name="extra">Enable GtkExtra support</flag>
<flag name="glade">Enable libglade support</flag>
<flag name="html">Enable GtkHTML2 support</flag>
<flag name="libsexy">Enable libsexy support</flag>
<flag name="mozembed">Enable GtkMozembed support</flag>
<flag name="scintilla">Enable Scintilla support</flag>
</use>
</pkgmetadata>
|