ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/ozone/mgar/pkg/rsync/Makefile
Revision: 4
Committed: Sat Jun 20 17:13:26 2026 UTC (4 weeks, 3 days ago) by operz
File size: 838 byte(s)
Log Message:
Add rsync recipe; rename sqlite3 to sqlite

File Contents

# Content
1 # vim: ft=make ts=4 sw=4 noet
2 .DEFAULT_GOAL := all
3 NAME = rsync
4 VERSION = 3.4.1
5 GARTYPE = v2
6
7 MASTER_SITES = http://download.samba.org/pub/rsync/src/
8 DISTFILES += $(DISTNAME).tar.gz
9 LICENSE = COPYING
10
11 BUILD_DEP_PKGS += OZSWopenssl OZSWzlib
12 RUNTIME_DEP_PKGS_OZSWrsync += OZSWopenssl OZSWzlib
13
14 PACKAGES += OZSWrsync
15 SPKG_DESC_OZSWrsync = rsync fast and versatile file copying tool
16 CATALOGNAME_OZSWrsync = rsync
17
18 EXTENSIONS = 1
19
20 EXTRA_CONFIGURE_ARGS += --disable-xxhash
21 EXTRA_CONFIGURE_ARGS += --disable-lz4
22 EXTRA_CONFIGURE_ARGS += --disable-zstd
23 EXTRA_CONFIGURE_ARGS += --with-openssl=$(prefix)
24
25 EXTRA_LD_FLAGS += -lssl -lcrypto -lz
26
27 post-configure:
28 @find $(WORKSRC) -name "libtool" -type f -exec \
29 gsed -i 's/ECHO="print -r --"/ECHO="printf %s\\n"/g' {} \;
30 @$(MAKECOOKIE)
31
32 include gar/category.mk