rsync recipe

master
Philippe Pittoli 2021-03-27 23:53:55 +01:00
parent ef3bb1d70e
commit 500dee45ff
1 changed files with 8 additions and 0 deletions

8
recipes/rsync/Makefile Normal file
View File

@ -0,0 +1,8 @@
name = rsync
version = 3.2.3
URL = https://download.samba.org/pub/rsync/src/rsync-$(version).tar.gz
CONFIGURE_OPTIONS_USER = --disable-xxhash --disable-lz4
SYSCONF ?= ../../
include $(SYSCONF)/package.mk