wok diff ncurses/receipt @ rev 20167

Up smtube, smplayer (18.1.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jan 11 13:05:26 2018 +0100 (2018-01-11)
parents 9632206f6893
children a78610b2eb47
line diff
     1.1 --- a/ncurses/receipt	Thu Nov 27 12:56:33 2014 +0100
     1.2 +++ b/ncurses/receipt	Thu Jan 11 13:05:26 2018 +0100
     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  }