1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-28 14:41:22 +00:00
morpheus/pkgs/sic

10 lines
164 B
Plaintext
Raw Normal View History

2014-02-27 12:41:37 +00:00
build: crossmusl
url="$mirror/sic.tar.gz"
cd src
2014-02-27 12:41:37 +00:00
wget -c $url
2013-09-06 08:31:51 +00:00
[ -d sic ] || tar xzf sic.tar.gz
2014-02-27 12:41:37 +00:00
cd sic
2013-09-06 08:31:51 +00:00
make clean
make CC=$CC || return 1
2014-02-27 12:41:37 +00:00
cp sic "$root/bin"