aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/TempFanControl
diff options
context:
space:
mode:
authoracid-burn <acid-burn@opendreambox.org>2010-10-05 13:00:54 +0200
committeracid-burn <acid-burn@opendreambox.org>2010-10-05 13:00:54 +0200
commitbe8ccc9f63c4cd79f8dba84087c7348c23657865 (patch)
treee45dcc397e7ef5e39a64fbd19d74268ab3650a40 /lib/python/Plugins/SystemPlugins/TempFanControl
parentef8469a63bbe601f4e1ac0bb68226e25070a1ce4 (diff)
parent3b990b579c3f4211994b91ea60f3d9f868ac065a (diff)
downloadenigma2-be8ccc9f63c4cd79f8dba84087c7348c23657865.tar.gz
enigma2-be8ccc9f63c4cd79f8dba84087c7348c23657865.zip
Merge commit 'origin/bug_578_translateable_meta_descriptions'
Conflicts: lib/python/Plugins/Extensions/GraphMultiEPG/meta/plugin_graphmultiepg.xml
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/TempFanControl')
-rwxr-xr-xlib/python/Plugins/SystemPlugins/TempFanControl/LICENSE12
-rwxr-xr-x[-rw-r--r--]lib/python/Plugins/SystemPlugins/TempFanControl/Makefile.am4
-rwxr-xr-xlib/python/Plugins/SystemPlugins/TempFanControl/meta/Makefile.am3
-rwxr-xr-xlib/python/Plugins/SystemPlugins/TempFanControl/meta/plugin_tempfancontrol.xml18
4 files changed, 37 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/TempFanControl/LICENSE b/lib/python/Plugins/SystemPlugins/TempFanControl/LICENSE
new file mode 100755
index 00000000..99700593
--- /dev/null
+++ b/lib/python/Plugins/SystemPlugins/TempFanControl/LICENSE
@@ -0,0 +1,12 @@
+This plugin is licensed under the Creative Commons
+Attribution-NonCommercial-ShareAlike 3.0 Unported
+License. To view a copy of this license, visit
+http://creativecommons.org/licenses/by-nc-sa/3.0/ or send a letter to Creative
+Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.
+
+Alternatively, this plugin may be distributed and executed on hardware which
+is licensed by Dream Multimedia GmbH.
+
+This plugin is NOT free software. It is open source, you are allowed to
+modify it (if you keep the license), but it may not be commercially
+distributed other than under the conditions noted above.
diff --git a/lib/python/Plugins/SystemPlugins/TempFanControl/Makefile.am b/lib/python/Plugins/SystemPlugins/TempFanControl/Makefile.am
index 78ff11c3..cfdeb654 100644..100755
--- a/lib/python/Plugins/SystemPlugins/TempFanControl/Makefile.am
+++ b/lib/python/Plugins/SystemPlugins/TempFanControl/Makefile.am
@@ -1,5 +1,9 @@
installdir = $(LIBDIR)/enigma2/python/Plugins/SystemPlugins/TempFanControl
+SUBDIRS = meta
+
install_PYTHON = \
__init__.py \
plugin.py
+
+dist_install_DATA = LICENSE \ No newline at end of file
diff --git a/lib/python/Plugins/SystemPlugins/TempFanControl/meta/Makefile.am b/lib/python/Plugins/SystemPlugins/TempFanControl/meta/Makefile.am
new file mode 100755
index 00000000..da7be245
--- /dev/null
+++ b/lib/python/Plugins/SystemPlugins/TempFanControl/meta/Makefile.am
@@ -0,0 +1,3 @@
+installdir = $(datadir)/meta
+
+dist_install_DATA = plugin_tempfancontrol.xml
diff --git a/lib/python/Plugins/SystemPlugins/TempFanControl/meta/plugin_tempfancontrol.xml b/lib/python/Plugins/SystemPlugins/TempFanControl/meta/plugin_tempfancontrol.xml
new file mode 100755
index 00000000..a0bb5fa5
--- /dev/null
+++ b/lib/python/Plugins/SystemPlugins/TempFanControl/meta/plugin_tempfancontrol.xml
@@ -0,0 +1,18 @@
+<default>
+ <prerequisites>
+ <hardware type="dm8000" />
+ <hardware type="dm500hd" />
+ <tag type="System" />
+ </prerequisites>
+ <info>
+ <author>Dream Multimedia</author>
+ <name>TempFanControl</name>
+ <packagename>enigma2-plugin-systemplugins-tempfancontrol</packagename>
+ <shortdescription>Control your system fan</shortdescription>
+ <description>Control your internal system fan.</description>
+ </info>
+
+ <files type="package"> <!-- without version, without .ipk -->
+ <file type="package" name="enigma2-plugin-systemplugins-tempfancontrol" />
+ </files>
+</default>