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