summaryrefslogtreecommitdiff
path: root/strata/cpe-wrt/uci.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/cpe-wrt/uci.morph')
-rw-r--r--strata/cpe-wrt/uci.morph12
1 files changed, 12 insertions, 0 deletions
diff --git a/strata/cpe-wrt/uci.morph b/strata/cpe-wrt/uci.morph
new file mode 100644
index 00000000..d5734208
--- /dev/null
+++ b/strata/cpe-wrt/uci.morph
@@ -0,0 +1,12 @@
+name: uci
+kind: chunk
+
+build-commands:
+- cmake -DCMAKE_INSTALL_PREFIX=$PREFIX
+- make
+
+install-commands:
+- make install
+
+post-install-commands:
+- install -d "$DESTDIR/bin" && cd "$DESTDIR/bin" && ln -s ../usr/bin/uci uci