summaryrefslogtreecommitdiff
path: root/strata/cpe-wrt/uci.morph
blob: 1360bc8cf3de5d1399a326775b129ade9b0174c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: uci
kind: chunk

configure-commands:
- cmake -DCMAKE_INSTALL_PREFIX=$PREFIX -DBUILD_LUA=FALSE

build-commands:
- make

install-commands:
- make install

post-install-commands:
- install -d "$DESTDIR/sbin" && cd "$DESTDIR/sbin" && ln -s ..$PREFIX/bin/uci uci