From 2a57994b1ee17cc1fd4fe0cf36da58cb594e9969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Wed, 20 Jul 2016 10:18:00 +0000 Subject: - Drops {bash,coreutils}_host in favour of dynamically-linked ${PREFIX_MINIPIX} binaries and libraries. - Manually install ncursesw {bin,lib,share}/ files to ${PREFIX_MINIPIX}. --- 313.ncursesw.vars | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 313.ncursesw.vars (limited to '313.ncursesw.vars') diff --git a/313.ncursesw.vars b/313.ncursesw.vars new file mode 100644 index 00000000..50024dec --- /dev/null +++ b/313.ncursesw.vars @@ -0,0 +1,18 @@ +# +# . ./build.vars and set -o errexit -o noglob are assumed. +# + +pkg_ncursesw_install_post() { + for __ in \ + bin/captoinfo bin/clear bin/infocmp bin/infotocap bin/ncursesw6-config \ + bin/reset bin/tabs bin/tic bin/toe bin/tput bin/tset \ + lib/libformw* lib/libmenuw* lib/libncursesw* lib/libpanelw* \ + share/man share/tabset share/terminfo; do + set +o noglob; + echo cp -pr ${PKG_PREFIX}/${__} ${PREFIX_MINIPIX}/${__%%/*}; + cp -pr ${PKG_PREFIX}/${__} ${PREFIX_MINIPIX}/${__%%/*}; + set -o noglob; + done; +}; + +# vim:filetype=sh -- cgit v1.2.3