blob: 3b0e34d555a2660f3266f835a5c0aed32b2b1f86 (
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 "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>tomjbe@gentoo.org</email>
<name>Thomas Beierlein</name>
</maintainer>
<longdescription lang="en">
The SvxLink project aim to develop a flexible, general purpose voice
services system for ham radio use. The svxlink server consists of a core
that handles the connection to the tranceiver. The project also
includes an EchoLink client GUI application (Qtel).
</longdescription>
<upstream>
<remote-id type="sourceforge">svxlink</remote-id>
<remote-id type="github">sm0svx/svxlink</remote-id>
</upstream>
<use>
<flag name="qt5">Build and install qtel application</flag>
<flag name="rtlsdr">Add support for rtlsdr hardware</flag>
</use>
</pkgmetadata>
|