Cleanup of more packages
[termux-packages] / packages / rsync / build.sh
CommitLineData
59f0d218
FF
1TERMUX_PKG_HOMEPAGE=http://rsync.samba.org/
2TERMUX_PKG_DESCRIPTION="Utility that provides fast incremental file transfer"
93864169 3TERMUX_PKG_VERSION=3.1.2
59f0d218
FF
4TERMUX_PKG_SRCURL=http://rsync.samba.org/ftp/rsync/src/rsync-${TERMUX_PKG_VERSION}.tar.gz
5TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-rsyncd-conf=$TERMUX_PREFIX/etc/rsyncd.conf --with-included-zlib=no --disable-debug"
7ce56385
FF
6
7termux_step_pre_configure () {
8 CFLAGS="$CFLAGS -llog" # for syslog
9}