summaryrefslogtreecommitdiff
path: root/m4-common.doap
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2015-02-17 15:20:19 -0500
committerRyan Lortie <desrt@desrt.ca>2015-02-17 15:21:47 -0500
commit7152aae4ee2af0dc3520168891a0e72e84fba727 (patch)
tree05400462b0e519c5ad383e4ad7df126120abb7ed /m4-common.doap
downloadm4-common-7152aae4ee2af0dc3520168891a0e72e84fba727.tar.gz
Initial commit
Diffstat (limited to 'm4-common.doap')
-rw-r--r--m4-common.doap30
1 files changed, 30 insertions, 0 deletions
diff --git a/m4-common.doap b/m4-common.doap
new file mode 100644
index 0000000..43a9bb2
--- /dev/null
+++ b/m4-common.doap
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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>M4 Common</name>
+ <shortname>m4-common</shortname>
+
+ <shortdesc xml:lang="en">Common M4 macro collection</shortdesc>
+
+ <description xml:lang="en">A hand-picked collection of aclocal M4 macros from autoconf-archive that are in common use by GNOME modules.</description>
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Ryan Lortie</foaf:name>
+ <foaf:mbox rdf:resource="mailto:desrt@desrt.ca"/>
+ <gnome:userid>desrt</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+
+ <repository>
+ <GitRepository>
+ <browse rdf:resource="http://git.gnome.org/browse/m4-common/"/>
+ <location rdf:resource="git://git.gnome.org/m4-common"/>
+ </GitRepository>
+ </repository>
+
+</Project>