summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorManuel Schneider2014-07-09 16:33:20 +0200
committerManuel Schneider2014-07-09 16:33:20 +0200
commit4cc2eaebedfdc7dbc4b5fdff39977457c8c9721e (patch)
treedd52bb2d08b15b03341f29adb6d71358369f020a /remote
parent[Testing] added pvs2 module for testing pruposes (diff)
downloadtm-scripts-4cc2eaebedfdc7dbc4b5fdff39977457c8c9721e.tar.gz
tm-scripts-4cc2eaebedfdc7dbc4b5fdff39977457c8c9721e.tar.xz
tm-scripts-4cc2eaebedfdc7dbc4b5fdff39977457c8c9721e.zip
[Testing] added x11vnc module for testing pruposes
Diffstat (limited to 'remote')
-rw-r--r--remote/modules/x11vnc/module.build19
-rw-r--r--remote/modules/x11vnc/module.conf6
-rw-r--r--remote/modules/x11vnc/module.conf.ubuntu6
3 files changed, 31 insertions, 0 deletions
diff --git a/remote/modules/x11vnc/module.build b/remote/modules/x11vnc/module.build
new file mode 100644
index 00000000..0238f1bd
--- /dev/null
+++ b/remote/modules/x11vnc/module.build
@@ -0,0 +1,19 @@
+#!/bin/bash
+
+fetch_source() {
+ :
+}
+
+build() {
+ COPYLIST="list_dpkg_output"
+ [ -e "$COPYLIST" ] && rm "$COPYLIST"
+
+ list_packet_files >> "$COPYLIST"
+ tarcopy "$(cat "$COPYLIST" | sort -u)" "${MODULE_BUILD_DIR}"
+
+}
+
+post_copy() {
+ :
+}
+
diff --git a/remote/modules/x11vnc/module.conf b/remote/modules/x11vnc/module.conf
new file mode 100644
index 00000000..6303e3e8
--- /dev/null
+++ b/remote/modules/x11vnc/module.conf
@@ -0,0 +1,6 @@
+REQUIRED_BINARIES="
+ x11vnc
+"
+REQUIRED_DIRECTORIES="
+"
+REQUIRED_FILES=""
diff --git a/remote/modules/x11vnc/module.conf.ubuntu b/remote/modules/x11vnc/module.conf.ubuntu
new file mode 100644
index 00000000..b6b60c93
--- /dev/null
+++ b/remote/modules/x11vnc/module.conf.ubuntu
@@ -0,0 +1,6 @@
+REQUIRED_INSTALLED_PACKAGES="
+ x11vnc
+"
+REQUIRED_CONTENT_PACKAGES="
+ x11vnc
+"