# $Id$ PNAME="rsync" PVER="3.1.3" PBUILD="r1" PCAT="net-misc" DESCRIPTION="rsync is an open source utility that provides fast incremental file transfer." HOMEPAGE="http://rsync.samba.org/" DEPEND=">= virtual/glibc" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild SRC_URI=( https://download.samba.org/pub/${PNAME}/src/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd http://rsync.samba.org/ftp/${PNAME} | grep ${PNAME}- | highesttarball gz" src_compile() { cd ${SRCDIR} # we want not hassle with libpopt dependencies # so we use the rsync bundled popt library mconfigure --with-rsyncd-conf=/etc/rsyncd.conf --with-included-popt || die mmake || die }