chroot-texinfo: misc tweaks.
This commit is contained in:
parent
1b3bc0c968
commit
332877892a
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue