summaryrefslogtreecommitdiff
path: root/strata/build-essential/toybox.morph
blob: 69a76c671b528392b07eebe38590bf2508e1687a (plain)
1
2
3
4
5
6
7
8
9
10
name: toybox
kind: chunk
configure-commands:
- chmod +x ./configure
- ./configure --prefix="$PREFIX"
build-commands:
- CFLAGS="--static" make defconfig
- make toybox
install-commands:
- PREFIX="$DESTDIR$PREFIX" make install