1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-07-01 00:51:22 +00:00
morpheus/pkgs/rsync

9 lines
142 B
Plaintext
Raw Normal View History

2014-02-28 21:19:02 +00:00
v="3.0.9"
url="$mirror/rsync-$v.tar.gz"
2014-02-27 12:41:37 +00:00
build: crossmusl
2014-02-28 21:19:02 +00:00
cd src/rsync-$v
CC=$CC ./configure --prefix="$root"
make -j$nprocs
make install