summaryrefslogtreecommitdiff
path: root/strata/cpe-wrt/uhttpd2.morph
blob: f7106582d3334aa001ac486a982ed809576c4e09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: uhttp2
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