summaryrefslogtreecommitdiffstats
path: root/core/modules/x11vnc
diff options
context:
space:
mode:
authorSebastian2016-04-25 12:01:08 +0200
committerSebastian2016-04-25 12:01:08 +0200
commit5acda3eaeabae9045609539303a8c12c4ce401f1 (patch)
tree7e71975f8570b05aafe2ea6ec0e242a8912387bb /core/modules/x11vnc
parentinitial commit (diff)
downloadmltk-5acda3eaeabae9045609539303a8c12c4ce401f1.tar.gz
mltk-5acda3eaeabae9045609539303a8c12c4ce401f1.tar.xz
mltk-5acda3eaeabae9045609539303a8c12c4ce401f1.zip
merge with latest dev version
Diffstat (limited to 'core/modules/x11vnc')
-rw-r--r--core/modules/x11vnc/module.build19
-rw-r--r--core/modules/x11vnc/module.conf6
-rw-r--r--core/modules/x11vnc/module.conf.fedora6
-rw-r--r--core/modules/x11vnc/module.conf.opensuse6
-rw-r--r--core/modules/x11vnc/module.conf.ubuntu6
5 files changed, 43 insertions, 0 deletions
diff --git a/core/modules/x11vnc/module.build b/core/modules/x11vnc/module.build
new file mode 100644
index 00000000..0238f1bd
--- /dev/null
+++ b/core/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/core/modules/x11vnc/module.conf b/core/modules/x11vnc/module.conf
new file mode 100644
index 00000000..6303e3e8
--- /dev/null
+++ b/core/modules/x11vnc/module.conf
@@ -0,0 +1,6 @@
+REQUIRED_BINARIES="
+ x11vnc
+"
+REQUIRED_DIRECTORIES="
+"
+REQUIRED_FILES=""
diff --git a/core/modules/x11vnc/module.conf.fedora b/core/modules/x11vnc/module.conf.fedora
new file mode 100644
index 00000000..43ae3119
--- /dev/null
+++ b/core/modules/x11vnc/module.conf.fedora
@@ -0,0 +1,6 @@
+REQUIRED_INSTALLED_PACKAGES="
+ x11vnc
+"
+REQUIRED_CONTENT_PACKAGES="
+ x11vnc
+"
diff --git a/core/modules/x11vnc/module.conf.opensuse b/core/modules/x11vnc/module.conf.opensuse
new file mode 100644
index 00000000..b6b60c93
--- /dev/null
+++ b/core/modules/x11vnc/module.conf.opensuse
@@ -0,0 +1,6 @@
+REQUIRED_INSTALLED_PACKAGES="
+ x11vnc
+"
+REQUIRED_CONTENT_PACKAGES="
+ x11vnc
+"
diff --git a/core/modules/x11vnc/module.conf.ubuntu b/core/modules/x11vnc/module.conf.ubuntu
new file mode 100644
index 00000000..b6b60c93
--- /dev/null
+++ b/core/modules/x11vnc/module.conf.ubuntu
@@ -0,0 +1,6 @@
+REQUIRED_INSTALLED_PACKAGES="
+ x11vnc
+"
+REQUIRED_CONTENT_PACKAGES="
+ x11vnc
+"