[PATCH 22/28] [shoutcast] Add plugin's XML file



---
 src/shoutcast/Makefile.am         |    5 +++++
 src/shoutcast/libgrlshoutcast.xml |    9 +++++++++
 2 files changed, 14 insertions(+), 0 deletions(-)
 create mode 100644 src/shoutcast/libgrlshoutcast.xml

diff --git a/src/shoutcast/Makefile.am b/src/shoutcast/Makefile.am
index c6ecc0a..7ab6de4 100644
--- a/src/shoutcast/Makefile.am
+++ b/src/shoutcast/Makefile.am
@@ -21,6 +21,11 @@ libgrlshoutcast_la_SOURCES	 = grl-shoutcast.c grl-shoutcast.h
 
 libdir=$(GRL_PLUGINS_DIR)
 
+shoutcastlibxmldir	= $(libdir)
+shoutcastlibxml_DATA	= libgrlshoutcast.xml
+
+EXTRA_DIR = $(shoutcastlibdata_DATA)
+
 MAINTAINERCLEANFILES =	\
 	*.in		\
 	*~
diff --git a/src/shoutcast/libgrlshoutcast.xml b/src/shoutcast/libgrlshoutcast.xml
new file mode 100644
index 0000000..2f9e916
--- /dev/null
+++ b/src/shoutcast/libgrlshoutcast.xml
@@ -0,0 +1,9 @@
+<plugin>
+  <info>
+    <name>SHOUTcast</name>
+    <description>A plugin for browsing SHOUTcast radios</description>
+    <author>Igalia S.L.</author>
+    <license>LGPL</license>
+    <site>http://www.igalia.com</site>
+  </info>
+</plugin>
-- 
1.7.0.4



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