mrrl

Minimal Reliable Reproducible Linux
git clone https://ccx.te2000.cz/git/mrrl
Log | Files | Refs | Submodules | README

libmd (219B)


      1 {%- set pkg_version="1.1.0" -%}
      2 {%- set pkg_source="tar.xz" -%}
      3 {% extends "autotools_static" %}
      4 {% block genlinks_begin %}
      5 	x["./library/libmd.a"]=1
      6 	x["./include/rmd160.h"]=1
      7 	x["./include/sha512.h"]=1
      8 {% endblock %}