summaryrefslogtreecommitdiff
path: root/strata/cpe-wrt/uhttpd.morph
blob: cefcc91fc90ce4092024ac8eaa0fc4891bd8a8f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: uhttp
kind: chunk

pre-configure-commands:
- sed -i 's/-Werror//' CMakeLists.txt

configure-commands:
- cmake -DCMAKE_INSTALL_PREFIX=$PREFIX

build-commands:
- make

install-commands:
- make install

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