wok-current diff ncurses/receipt @ rev 20097
Up tazpanel (616)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 07 13:20:59 2017 +0200 (2017-10-07) |
parents | 9632206f6893 |
children | a78610b2eb47 |
line diff
1.1 --- a/ncurses/receipt Thu Nov 27 12:56:33 2014 +0100 1.2 +++ b/ncurses/receipt Sat Oct 07 13:20:59 2017 +0200 1.3 @@ -13,6 +13,8 @@ 1.4 1.5 DEPENDS="ncurses-common libtinfo libtic" 1.6 BUILD_DEPENDS="" 1.7 +SPLIT="ncurses-common ncurses-extra ncurses-dev ncurses-man libform libmenu \ 1.8 +libpanel libtic libtinfo" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 @@ -40,6 +42,7 @@ 1.13 --with-build-cc="gcc -D_GNU_SOURCE" \ 1.14 --with-termlib \ 1.15 --with-ticlib \ 1.16 + --enable-pc-files \ 1.17 $CONFIGURE_ARGS && 1.18 make && make install 1.19 }