chroot-texinfo: misc tweaks.

This commit is contained in:
Juan RP 2013-10-23 10:35:38 +02:00
parent 1b3bc0c968
commit 332877892a

View file

@ -11,13 +11,8 @@ distfiles="http://ftp.gnu.org/gnu/texinfo/texinfo-$version.tar.gz"
checksum=1303e91a1c752b69a32666a407e9fbdd6e936def4b09bc7de30f416301530d68
bootstrap=yes
if [ "$IN_CHROOT" ]; then
makedepends="ncurses-devel"
fi
if [ "CROSS_BUILD" ]; then
hostmakedepends="ncurses-devel"
fi
hostmakedepends="ncurses-devel"
makedepends="ncurses-devel"
do_configure() {
./configure ${configure_args} --disable-nls
@ -43,6 +38,6 @@ chroot-texinfo_package() {
conflicts="texinfo>=0"
provides="texinfo-${version}"
pkg_install() {
vmove usr
vmove all
}
}