1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-27 13:58:32 +00:00
morpheus/pkgs/rsync
2014-03-01 01:45:56 +02:00

9 lines
142 B
Plaintext

v="3.0.9"
url="$mirror/rsync-$v.tar.gz"
build: crossmusl
cd src/rsync-$v
CC=$CC ./configure --prefix="$root"
make -j$nprocs
make install