source: pkg/main/libbtctl/branches/upstream/current/doap.rdf.in @ 320

Revision 320, 1.3 KB checked in by alanbach-guest, 6 years ago (diff)

[svn-inject] Installing original source of libbtctl

Line 
1<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2        xmlns:foaf="http://xmlns.com/foaf/0.1/"
3        xmlns="http://usefulinc.com/ns/doap#">
4
5<!--
6        This DOAP file is derived from a template,
7        completed when 'make dist' is run.
8-->
9
10<Project>
11        <name>libbtctl</name>
12        <shortname>@PACKAGE@</shortname>
13        <homepage rdf:resource="http://usefulinc.com/software/gnome-bluetooth" />
14        <created>2002-11-11</created>
15
16        <shortdesc xml:lang="en">
17        GObject support for Bluetooth operations.
18        </shortdesc>
19
20        <description xml:lang="en">
21        Libbtctl is a library designed for use with the Glib C type
22        system for managing Bluetooth devices under BlueZ on Linux.
23        It supports device discovery, RFCOMM sockets and OBEX transfers.
24        </description>
25
26        <mailing-list rdf:resource="http://lists.usefulinc.com/mailman/listinfo/gnome-bluetooth/" />
27
28        <maintainer>
29                <foaf:Person>
30                        <foaf:name>Edd Dumbill</foaf:name>
31                        <foaf:homepage rdf:resource="http://usefulinc.com/edd/" />
32                </foaf:Person>
33        </maintainer>
34
35        <release>
36                <Version>
37                        <name>unstable</name>
38                        <created>@DISTDATE@</created>
39                        <revision>@VERSION@</revision>
40                </Version>
41        </release>
42
43        <license rdf:resource="http://usefulinc.com/doap/licenses/LGPL" />
44
45    <bug-database rdf:resource="http://bugzilla.gnome.org/" />
46
47
48</Project>
49
50</rdf:RDF>
Note: See TracBrowser for help on using the repository browser.