termux-packages/packages/rsync/build.sh

13 lines
577 B
Bash
Raw Normal View History

2016-11-24 01:11:49 +01:00
TERMUX_PKG_HOMEPAGE=https://rsync.samba.org/
2015-06-13 01:03:31 +02:00
TERMUX_PKG_DESCRIPTION="Utility that provides fast incremental file transfer"
2015-12-26 04:16:48 +01:00
TERMUX_PKG_VERSION=3.1.2
TERMUX_PKG_REVISION=1
2016-11-24 01:11:49 +01:00
TERMUX_PKG_SRCURL=https://rsync.samba.org/ftp/rsync/src/rsync-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=ecfa62a7fa3c4c18b9eccd8c16eaddee4bd308a76ea50b5c02a5840f09c0a1c2
2015-06-13 01:03:31 +02:00
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-rsyncd-conf=$TERMUX_PREFIX/etc/rsyncd.conf --with-included-zlib=no --disable-debug"
2016-11-24 01:11:49 +01:00
TERMUX_PKG_DEPENDS="libpopt, openssh"
2016-09-04 00:45:08 +02:00
termux_step_pre_configure () {
CFLAGS="$CFLAGS -llog" # for syslog
}