summaryrefslogtreecommitdiff
path: root/strata/cpe-wrt/uci.morph
blob: d573420860102d8d54984925e77a5bfa3f1e125a (plain)
1
2
3
4
5
6
7
8
9
10
11
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