2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

core: Added rsync

This commit is contained in:
Dylan Araps 2019-07-11 19:03:03 +03:00
parent 4f4f33ba56
commit c1be68a229
5 changed files with 11 additions and 0 deletions

7
core/rsync/build Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh -e
./configure \
--with-included-popt
make
make DESTDIR="$1" install

1
core/rsync/checksums Normal file
View File

@ -0,0 +1 @@
55cc554efec5fdaad70de921cd5a5eeb6c29a95524c715f3bbf849235b0800c0 rsync-3.1.3.tar.gz

1
core/rsync/depends Normal file
View File

@ -0,0 +1 @@
zlib make

1
core/rsync/sources Normal file
View File

@ -0,0 +1 @@
http://www.samba.org/ftp/rsync/src/rsync-3.1.3.tar.gz

1
core/rsync/version Normal file
View File

@ -0,0 +1 @@
3.1.3 1