[grilo-plugins] [jamendo] Add plugin's XML file



commit 9e2b8d122c78c6c9cd438987212b30c8ab406e8e
Author: Joaquim Rocha <jrocha igalia com>
Date:   Fri Jun 11 21:44:04 2010 +0200

    [jamendo] Add plugin's XML file

 src/jamendo/Makefile.am       |    5 +++++
 src/jamendo/libgrljamendo.xml |    9 +++++++++
 2 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/src/jamendo/Makefile.am b/src/jamendo/Makefile.am
index 6a7529a..a5e5750 100644
--- a/src/jamendo/Makefile.am
+++ b/src/jamendo/Makefile.am
@@ -21,6 +21,11 @@ libgrljamendo_la_SOURCES	 = grl-jamendo.c grl-jamendo.h
 
 libdir=$(GRL_PLUGINS_DIR)
 
+jamendolibxmldir	= $(libdir)
+jamendolibxml_DATA	= libgrljamendo.xml
+
+EXTRA_DIR = $(jamendolibdata_DATA)
+
 MAINTAINERCLEANFILES =	\
 	*.in		\
 	*~
diff --git a/src/jamendo/libgrljamendo.xml b/src/jamendo/libgrljamendo.xml
new file mode 100644
index 0000000..e864cfe
--- /dev/null
+++ b/src/jamendo/libgrljamendo.xml
@@ -0,0 +1,9 @@
+<plugin>
+  <info>
+    <name>Jamendo</name>
+    <description>A plugin for browsing and searching Jamendo videos</description>
+    <author>Igalia S.L.</author>
+    <license>LGPL</license>
+    <site>http://www.igalia.com</site>
+  </info>
+</plugin>



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