preload-hacks: Some patches to make it work.
[termux-packages] / packages / rsync / build.sh
1 TERMUX_PKG_HOMEPAGE=https://rsync.samba.org/
2 TERMUX_PKG_DESCRIPTION="Utility that provides fast incremental file transfer"
3 TERMUX_PKG_VERSION=3.1.3
4 TERMUX_PKG_SHA256=55cc554efec5fdaad70de921cd5a5eeb6c29a95524c715f3bbf849235b0800c0
5 TERMUX_PKG_SRCURL=https://rsync.samba.org/ftp/rsync/src/rsync-${TERMUX_PKG_VERSION}.tar.gz
6 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-rsyncd-conf=$TERMUX_PREFIX/etc/rsyncd.conf --with-included-zlib=no --disable-debug"
7 TERMUX_PKG_DEPENDS="libpopt, openssh"
8
9 termux_step_pre_configure () {
10 CFLAGS="$CFLAGS -llog" # for syslog
11 }