<?xml version="1.0"?>
<package name="rsync">
	<description>very fast method for bringing remote files into sync</description>
	<releases>
		<release version="3.4.4" revision="1" tag="stage2">
			<build>
				<script>
					<archive name="rsync-$VERSION">
						<cmd>./configure --build=$HOST --host=$TARGET --with-included-popt --with-included-zlib --disable-acl-support --disable-xattr-support --disable-openssl --disable-xxhash --disable-lz4</cmd>
						<cmd>make</cmd>
						<cmd>make install</cmd>
					</archive>
				</script>
			</build>
		</release>
		<release version="3.4.4" revision="1">
			<deps>
				<dep name="lz4"/>
				<dep name="openssl"/>
				<dep name="perl"/>
				<dep name="popt"/>
				<dep name="xxhash"/>
			</deps>
			<build>
				<script>
					<archive name="rsync-$VERSION">
						<cmd>./configure</cmd>
						<cmd>make</cmd>
						<cmd>make install</cmd>

						<install name="rsync.socket-20110430" dest="/lib/systemd/system/rsync.socket"/>
						<install name="rsync@.service-20110430" dest="/lib/systemd/system/rsync@.service"/>
					</archive>
				</script>
			</build>
		</release>
	</releases>
</package>
