9 lines
206 B
Plaintext
9 lines
206 B
Plaintext
# Forge package for rsync
|
|
VERSION=3.3.5
|
|
URL=https://download.samba.org/pub/rsync/rsync-3.3.5.tar.gz
|
|
SOURCE_TYPE=tarball
|
|
BUILD=./configure --prefix=/usr && make
|
|
INSTALL=make install
|
|
DEPS=
|
|
SYSTEM_PROVIDED=no
|