summaryrefslogtreecommitdiffstats
path: root/core/modules/rdns/module.build
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/rdns/module.build')
-rw-r--r--core/modules/rdns/module.build15
1 files changed, 15 insertions, 0 deletions
diff --git a/core/modules/rdns/module.build b/core/modules/rdns/module.build
new file mode 100644
index 00000000..1469a09f
--- /dev/null
+++ b/core/modules/rdns/module.build
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+fetch_source() {
+ :
+}
+
+build() {
+ mkdir -p "$MODULE_BUILD_DIR/opt/openslx/bin"
+ gcc -o "$MODULE_BUILD_DIR/opt/openslx/bin/rdns" "$MODULE_DIR/rdns.c" || perror "Compiling rdns failed."
+}
+
+post_copy() {
+ :
+}
+