ncurses: bootstrap pkg; repair bootstrap build.

This commit is contained in:
Juan RP 2013-10-18 10:57:19 +02:00
parent 1611101704
commit 74dd211f4d

View file

@ -17,6 +17,8 @@ long_desc="
ecompiler infocmp, clear, tput, tset, and a termcap conversion tool captoinfo.
Full manual pages are provided for the library and tools."
bootstrap=yes
if [ "$CROSS_BUILD" ]; then
# needs host tic(1)
hostmakedepends="ncurses"
@ -116,7 +118,7 @@ ncurses-devel_package() {
vmove usr/include
vmove "usr/lib/*.a"
vmove usr/share/man/man3
vmove usr/share/man/man1/ncursesw6-config.1
vmove usr/share/man/man1/ncursesw6-config.1.gz
}
}