summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2020-08-21 12:46:29 +0200
committerSimon Rettberg2020-08-21 12:46:29 +0200
commita9465f2516791b5d8389c6e1045632dcd1866042 (patch)
tree2e68139ac0cb28ac507b7333ac1328f994258ee5
parent[run-virt] Debug output, refactoring, stuff (diff)
downloadmltk-a9465f2516791b5d8389c6e1045632dcd1866042.tar.gz
mltk-a9465f2516791b5d8389c6e1045632dcd1866042.tar.xz
mltk-a9465f2516791b5d8389c6e1045632dcd1866042.zip
[metacity] Add module
-rw-r--r--core/modules/metacity/module.build18
-rw-r--r--core/modules/metacity/module.conf4
-rw-r--r--core/modules/metacity/module.conf.debian4
-rw-r--r--core/modules/metacity/module.conf.ubuntu4
4 files changed, 30 insertions, 0 deletions
diff --git a/core/modules/metacity/module.build b/core/modules/metacity/module.build
new file mode 100644
index 00000000..d7b9b209
--- /dev/null
+++ b/core/modules/metacity/module.build
@@ -0,0 +1,18 @@
+#!/bin/bash
+fetch_source() {
+ :
+}
+
+build() {
+ COPYLIST="list_dpkg_output"
+ rm -f -- "$COPYLIST"
+
+ list_packet_files >> "$COPYLIST"
+ tarcopy "$( < "$COPYLIST" sort -u )" "${MODULE_BUILD_DIR}"
+
+ return 0
+}
+
+post_copy() {
+ :
+}
diff --git a/core/modules/metacity/module.conf b/core/modules/metacity/module.conf
new file mode 100644
index 00000000..e4d20386
--- /dev/null
+++ b/core/modules/metacity/module.conf
@@ -0,0 +1,4 @@
+#!/bin/bash
+REQUIRED_BINARIES="
+ metacity
+"
diff --git a/core/modules/metacity/module.conf.debian b/core/modules/metacity/module.conf.debian
new file mode 100644
index 00000000..aae244a4
--- /dev/null
+++ b/core/modules/metacity/module.conf.debian
@@ -0,0 +1,4 @@
+#!/bin/bash
+REQUIRED_CONTENT_PACKAGES="
+ metacity
+"
diff --git a/core/modules/metacity/module.conf.ubuntu b/core/modules/metacity/module.conf.ubuntu
new file mode 100644
index 00000000..aae244a4
--- /dev/null
+++ b/core/modules/metacity/module.conf.ubuntu
@@ -0,0 +1,4 @@
+#!/bin/bash
+REQUIRED_CONTENT_PACKAGES="
+ metacity
+"