From 500dee45ff28437efdd1e757020943810a261416 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Sat, 27 Mar 2021 23:53:55 +0100 Subject: [PATCH] rsync recipe --- recipes/rsync/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes/rsync/Makefile diff --git a/recipes/rsync/Makefile b/recipes/rsync/Makefile new file mode 100644 index 0000000..3278f39 --- /dev/null +++ b/recipes/rsync/Makefile @@ -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