libcgroup (778B)
1 {%- set pkg_version="3.2.0" -%} 2 {%- set pkg_source="tar.gz" -%} 3 {% extends "autotools_static" %} 4 {% block package_deps -%} 5 #+{{pkg_install_name("flex")}} 6 #+{{pkg_install_name("bison")}} 7 #+{{pkg_install_name("musl-fts")}} 8 {% endblock %} 9 {% block configure %} 10 build_env_static 11 LDFLAGS="$LDFLAGS --static" 12 autotools_config_static \ 13 --disable-silent-rules \ 14 --disable-dependency-tracking \ 15 --enable-tools \ 16 --disable-pam \ 17 --disable-daemon \ 18 --disable-python \ 19 --disable-systemd \ 20 --disable-initscript-install \ 21 --disable-tests \ 22 --disable-code-coverage 23 24 {% endblock configure %} 25 {% block check -%} 26 check_static command/cgconfigparser 27 28 {% endblock %} 29 {% block genlinks_begin %} 30 x["./{{bindir}}/cgconfigparser"]=1 31 x["./{{mandir}}/man8/cgconfigparser.8"]=1 32 {% endblock %}