1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-30 23:51:23 +00:00
morpheus/pkgs/rsync

11 lines
241 B
Plaintext
Raw Normal View History

2014-02-27 12:41:37 +00:00
build: crossmusl
v="3.0.9"
url="$mirror/rsync-$v.tar.gz"
cd src
2014-02-27 12:41:37 +00:00
wget -c $url
[ -d rsync-$v ] || tar xzf rsync-$v.tar.gz
cd rsync-$v
CC=$CC ./configure --prefix="$root" || return 1
make -j$nprocs || return 1
2013-09-17 14:40:13 +00:00
make install || return 1