1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-16 13:48:33 +00:00
morpheus/pkgs/sic

8 lines
131 B
Plaintext
Raw Normal View History

2014-02-28 21:19:02 +00:00
url="$mirror/sic.tar.gz"
2014-02-27 12:41:37 +00:00
build: crossmusl
2014-02-28 21:19:02 +00:00
cd src/sic
2013-09-06 08:31:51 +00:00
make clean
make CC=$CC LDFLAGS="$LDFLAGS" || return 1
2014-02-27 12:41:37 +00:00
cp sic "$root/bin"