1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-16 08:18:35 +00:00
morpheus/pkgs/quark

11 lines
297 B
Plaintext
Raw Normal View History

2014-03-07 15:10:44 +00:00
git="git://git.suckless.org/quark"
build: crossmusl
set -x
cd src/quark
2014-03-07 15:36:43 +00:00
git am -3 "$top/stuff/0002-remove-unused-code.patch"
git am -3 "$top/stuff/0003-implement-http-not-modified.patch"
2014-03-07 15:10:44 +00:00
cp config.def.h config.h
$CC -o quark quark.c -DVERSION=\"0.1\" $CFLAGS $LDFLAGS
cp quark "$root/bin"