summaryrefslogtreecommitdiff
path: root/weatherplugin/meta
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 /weatherplugin/meta
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 'weatherplugin/meta')
-rwxr-xr-xweatherplugin/meta/Makefile.am5
-rwxr-xr-xweatherplugin/meta/plugin_weatherplugin.xml24
-rwxr-xr-xweatherplugin/meta/weatherplugin.jpgbin0 -> 78126 bytes
3 files changed, 29 insertions, 0 deletions
diff --git a/weatherplugin/meta/Makefile.am b/weatherplugin/meta/Makefile.am
new file mode 100755
index 0000000..f32e439
--- /dev/null
+++ b/weatherplugin/meta/Makefile.am
@@ -0,0 +1,5 @@
+installdir = $(datadir)/meta/
+
+dist_install_DATA = plugin_weatherplugin.xml
+
+EXTRA_DIST = weatherplugin.jpg \ No newline at end of file
diff --git a/weatherplugin/meta/plugin_weatherplugin.xml b/weatherplugin/meta/plugin_weatherplugin.xml
new file mode 100755
index 0000000..f713121
--- /dev/null
+++ b/weatherplugin/meta/plugin_weatherplugin.xml
@@ -0,0 +1,24 @@
+<default>
+ <prerequisites>
+ <tag type="Multimedia" />
+ </prerequisites>
+ <info language="en">
+ <author>Dr.Best</author>
+ <name>WeatherPlugin</name>
+ <packagename>enigma2-plugin-extensions-weatherplugin</packagename>
+ <shortdescription>Weatherforecast on your Dreambox</shortdescription>
+ <description>Weatherforecast on your Dreambox</description>
+ <screenshot src="http://www.dreamboxupdate.com/preview/plugin_weatherplugin.jpg" />
+ </info>
+ <info language="de">
+ <author>Dr.Best</author>
+ <name>WeatherPlugin</name>
+ <packagename>enigma2-plugin-extensions-weatherplugin</packagename>
+ <shortdescription>Wettervorhersagen auf Ihrer Dreambox</shortdescription>
+ <description>Wettervorhersagen auf Ihrer Dreambox</description>
+ <screenshot src="http://www.dreamboxupdate.com/preview/plugin_weatherplugin.jpg" />
+ </info>
+ <files type="package"> <!-- without version, without .ipk -->
+ <file type="package" name="enigma2-plugin-extensions-weatherplugin" />
+ </files>
+</default>
diff --git a/weatherplugin/meta/weatherplugin.jpg b/weatherplugin/meta/weatherplugin.jpg
new file mode 100755
index 0000000..6227a1a
--- /dev/null
+++ b/weatherplugin/meta/weatherplugin.jpg
Binary files differ