blob: 76d5ef978c54177ba60b3f7a08a981b6b64dd5b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>voip</herd>
<maintainer>
<email>chainsaw@gentoo.org</email>
<name>Tony Vroon</name>
</maintainer>
<use>
<flag name="pri">Enables pri support</flag>
<flag name="zaptel">Enables deprecated zaptel support (use dahdi if available)</flag>
<flag name="lowmem">Build Asterisk for environments with low amounts of memory (embedded devices)</flag>
<flag name="nosamples">Don't install sample sound and configuration files</flag>
<flag name="osp">Enable support for the Open Settlement Protocol</flag>
<flag name="keepsrc">Install sources into /usr/src for custom patching</flag>
<flag name="misdn">Build with mISDN (chan_misdn) support for BRI ISDN cards</flag>
<flag name="newt">Include additional tools that require redhats windowing toolkit</flag>
<flag name="dahdi">Support Digium compatible hardware (formerly known as Zaptel).</flag>
<flag name="span">Enable support for the spandsp codec</flag>
<flag name="samples">Install sample sound and configuration files (default: on)</flag>
</use>
</pkgmetadata>
|