[gtk3-build-system] Added .doap file for description



commit 590b5f067423c11c2f983224461288570139fde2
Author: Manuel Bachmann <tarnyko tarnyko net>
Date:   Mon Apr 22 23:13:34 2013 +0200

    Added .doap file for description

 gtk3-build-system.doap | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
---
diff --git a/gtk3-build-system.doap b/gtk3-build-system.doap
new file mode 100644
index 0000000..682a7b7
--- /dev/null
+++ b/gtk3-build-system.doap
@@ -0,0 +1,18 @@
+<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">gtk3-build-system</name>
+  <shortdesc xml:lang="en">GTK+3 build environment for Win32/Win64</shortdesc>
+  <homepage rdf:resource="http://www.tarnyko.net/repo/gtk3_build_system"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#development"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Manuel Bachmann</foaf:name>
+      <gnome:userid>mbachmann</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>
\ No newline at end of file


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]