summaryrefslogtreecommitdiff
path: root/podcast
diff options
context:
space:
mode:
authorMladen Horvat <acid-burn@opendreambox.org>2009-12-03 22:12:18 (GMT)
committerMladen Horvat <acid-burn@opendreambox.org>2009-12-03 22:12:18 (GMT)
commit2c4f5036b3fb3714adeb7c3fb32120897ad9e6c9 (patch)
treec73f17d054f6f8fa6f6d49b200ea0750c83e4ff0 /podcast
parent26c9c7216f44164948915aa9b54f92ba16dc69cd (diff)
- add meta informations for upcoming extension manager (not yet activated)9
- fixed some maintainer.info files - added some missing maintainer.info files - LICENSE files for really much plugins are still missing, please check your plugin and add a Licence fx the CC Licence nearly all plugins use.
Diffstat (limited to 'podcast')
-rwxr-xr-xpodcast/meta/Makefile.am5
-rwxr-xr-xpodcast/meta/plugin_podcast.xml24
-rwxr-xr-xpodcast/meta/podcast.jpgbin0 -> 63044 bytes
3 files changed, 29 insertions, 0 deletions
diff --git a/podcast/meta/Makefile.am b/podcast/meta/Makefile.am
new file mode 100755
index 0000000..6298c43
--- /dev/null
+++ b/podcast/meta/Makefile.am
@@ -0,0 +1,5 @@
+installdir = $(datadir)/meta/
+
+dist_install_DATA = plugin_podcast.xml
+
+EXTRA_DIST = podcast.jpg \ No newline at end of file
diff --git a/podcast/meta/plugin_podcast.xml b/podcast/meta/plugin_podcast.xml
new file mode 100755
index 0000000..1ad7050
--- /dev/null
+++ b/podcast/meta/plugin_podcast.xml
@@ -0,0 +1,24 @@
+<default>
+ <prerequisites>
+ <tag type="Multimedia" />
+ </prerequisites>
+ <info language="en">
+ <author>Ali</author>
+ <name>Podcast</name>
+ <packagename>enigma2-plugin-extensions-podcast</packagename>
+ <shortdescription>Stream podcasts</shortdescription>
+ <description>Stream podcasts</description>
+ <screenshot src="http://www.dreamboxupdate.com/preview/plugin_podcast.jpg" />
+ </info>
+ <info language="de">
+ <author>Ali</author>
+ <name>Podcast</name>
+ <packagename>enigma2-plugin-extensions-podcast</packagename>
+ <shortdescription>Podcasts auf Ihrer Dreambox abspielen</shortdescription>
+ <description>Spielen Sie Podcasts auf Ihrer Dreambox ab</description>
+ <screenshot src="http://www.dreamboxupdate.com/preview/plugin_podcast.jpg" />
+ </info>
+ <files type="package"> <!-- without version, without .ipk -->
+ <file type="package" name="enigma2-plugin-extensions-podcast" />
+ </files>
+</default>
diff --git a/podcast/meta/podcast.jpg b/podcast/meta/podcast.jpg
new file mode 100755
index 0000000..51e46ac
--- /dev/null
+++ b/podcast/meta/podcast.jpg
Binary files differ