build: Add necessary DOAP file
authorBastien Nocera <hadess@hadess.net>
Thu, 7 May 2015 14:50:29 +0000 (16:50 +0200)
committerBastien Nocera <hadess@hadess.net>
Thu, 7 May 2015 14:53:55 +0000 (16:53 +0200)
As per https://wiki.gnome.org/Git/FAQ

libgudev.doap [new file with mode: 0644]

diff --git a/libgudev.doap b/libgudev.doap
new file mode 100644 (file)
index 0000000..dc10286
--- /dev/null
@@ -0,0 +1,29 @@
+<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/"
+         xmlns:gnome="http://api.gnome.org/doap-extensions#"
+         xmlns="http://usefulinc.com/ns/doap#">
+
+  <name xml:lang="en">udev GObject bindings</name>
+  <shortdesc xml:lang="en">udev GObject bindings</shortdesc>
+  <description>libgudev is a library with GObject bindings to libudev,
+  now made independent, after being part of udev itself, and later systemd.
+  </description>
+  <!--
+  <homepage rdf:resource="http://www.gnome.org/" />
+  -->
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/desktop-devel-list" />
+  <download-page rdf:resource="http://download.gnome.org/sources/libgudev/" />
+  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=libgudev" />
+
+  <category rdf:resource="http://api.gnome.org/doap-extensions#core" />
+  <programming-language>C</programming-language>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Bastien Nocera</foaf:name>
+      <foaf:mbox rdf:resource="mailto:hadess@hadess.net" />
+      <gnome:userid>hadess</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>