mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 23:30:05 -07:00
core: Added rsync
This commit is contained in:
parent
4f4f33ba56
commit
c1be68a229
7
core/rsync/build
Executable file
7
core/rsync/build
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--with-included-popt
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
core/rsync/checksums
Normal file
1
core/rsync/checksums
Normal file
@ -0,0 +1 @@
|
||||
55cc554efec5fdaad70de921cd5a5eeb6c29a95524c715f3bbf849235b0800c0 rsync-3.1.3.tar.gz
|
1
core/rsync/depends
Normal file
1
core/rsync/depends
Normal file
@ -0,0 +1 @@
|
||||
zlib make
|
1
core/rsync/sources
Normal file
1
core/rsync/sources
Normal file
@ -0,0 +1 @@
|
||||
http://www.samba.org/ftp/rsync/src/rsync-3.1.3.tar.gz
|
1
core/rsync/version
Normal file
1
core/rsync/version
Normal file
@ -0,0 +1 @@
|
||||
3.1.3 1
|
Loading…
Reference in New Issue
Block a user