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

pre-configure-commands:
- sed -i "s/json\/json.h/json-c\/json.h/" include/rpcd/plugin.h

build-commands:
- cmake -DCMAKE_INSTALL_PREFIX=$PREFIX
- make

install-commands:
- make install