mrrl

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

kbd (691B)


      1 {%- set pkg_version="2.6.4" -%}
      2 {%- set pkg_source="tar.gz" -%}
      3 {% extends "autotools_static" %}
      4 {% block package_deps -%}
      5 #@untar:-z:sha256:99b2a39e1c5475ffe8e1bb2004345cb8849c3cc1aedbe541beee2d45e270975f:.
      6 {% endblock %}
      7 {% block configure -%}
      8 export LDFLAGS="--static"
      9 {{ super() -}}
     10 {% endblock %}
     11 {%- block configure_args -%} 
     12 	--disable-nls --disable-vlock --disable-werror --disable-tests \
     13 	--datadir="$prefix/data" --datarootdir="$prefix/data"
     14 {% endblock %}
     15 {% block check -%}
     16 check_static command/loadkeys
     17 {% endblock %}
     18 {% block genlinks_begin %}
     19 	x["./command/loadkeys"]=1
     20 	x["./data/keymaps/i386/qwerty/cz.map.gz"]=1
     21 	x["./data/keymaps/i386/qwerty/us.map.gz"]=1
     22 {% endblock %}