pthbs

Packaging Through Hashed Build Scripts
git clone https://ccx.te2000.cz/git/pthbs
Log | Files | Refs | Submodules | README

rsync (537B)


      1 {% extends "autotools" %}
      2 {%- block extra_deps %}
      3 #+{{pkg_install_name("popt")}}
      4 #+{{pkg_install_name("libressl")}}
      5 #+{{pkg_install_name("zstd")}}
      6 #@untar:-z:sha256:4e7d9d3f6ed10878c58c5fb724a67dacf4b6aac7340b13e488fb2dc41346f2bb:.
      7 {%- endblock %}
      8 {% block at_script %}
      9 
     10 autotools_static rsync-3.2.7 \
     11 	--without-included-popt \
     12 	--enable-openssl \
     13 	--enable-zstd \
     14 	--disable-xxhash \
     15 	--disable-lz4
     16 check_static command/rsync
     17 
     18 {% endblock %}
     19 {% block genlinks_begin %}
     20 	x["./command/rsync"]=1
     21 	x["./man/man1/rsync.1"]=1
     22 {% endblock %}