summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-01-16 02:09:26 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2013-01-16 02:09:28 +0100
commit63916e0a990ef597bcb32b9e34f09c3cc4722cb2 (patch)
tree69fd7c293a229e32c7903c613254d1b721a5df50
parent147c78c429ee244abb05db1dc4e08687a1c87fb4 (diff)
downloadmsitools-63916e0a990ef597bcb32b9e34f09c3cc4722cb2.tar.gz
msitools-63916e0a990ef597bcb32b9e34f09c3cc4722cb2.tar.xz
msitools-63916e0a990ef597bcb32b9e34f09c3cc4722cb2.zip
Add doap file
-rw-r--r--Makefile.am2
-rw-r--r--msitools.doap27
2 files changed, 29 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d4335b9..f8dd3cc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -117,3 +117,5 @@ $(srcdir)/tests/testsuite: tests/testsuite.at tests/wixl.at tests/package.m4
cd $(srcdir)/tests && \
$(AUTOM4TE) --language=autotest -o testsuite.tmp testsuite.at && \
mv testsuite.tmp testsuite
+
+EXTRA_DIST = msitools.doap
diff --git a/msitools.doap b/msitools.doap
new file mode 100644
index 0000000..97313fc
--- /dev/null
+++ b/msitools.doap
@@ -0,0 +1,27 @@
+<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">msitools</name>
+ <shortdesc xml:lang="en">tools and library to manipulate MSI file</shortdesc>
+ <description>
+msitools is a set of programs to inspect and build Windows Installer
+(.MSI) files. It is based on libmsi, a portable library to read and
+write .MSI files. libmsi in turn is a port of (and a subset of) Wine's
+implementation of the Windows Installer.
+ </description>
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Paolo Bonzini/foaf:name>
+ <foaf:mbox rdf:resource="mailto:pbonzini@redhat.com" />
+ </foaf:Person>
+ <foaf:Person>
+ <foaf:name>Marc-André Lureau</foaf:name>
+ <foaf:mbox rdf:resource="mailto:malureau@gnome.org" />
+ <gnome:userid>malureau</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+</Project>