chroot-texinfo: misc tweaks.
This commit is contained in:
parent
1b3bc0c968
commit
332877892a
1 changed files with 3 additions and 8 deletions
|
@ -11,13 +11,8 @@ distfiles="http://ftp.gnu.org/gnu/texinfo/texinfo-$version.tar.gz"
|
||||||
checksum=1303e91a1c752b69a32666a407e9fbdd6e936def4b09bc7de30f416301530d68
|
checksum=1303e91a1c752b69a32666a407e9fbdd6e936def4b09bc7de30f416301530d68
|
||||||
|
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
|
hostmakedepends="ncurses-devel"
|
||||||
if [ "$IN_CHROOT" ]; then
|
makedepends="ncurses-devel"
|
||||||
makedepends="ncurses-devel"
|
|
||||||
fi
|
|
||||||
if [ "CROSS_BUILD" ]; then
|
|
||||||
hostmakedepends="ncurses-devel"
|
|
||||||
fi
|
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
./configure ${configure_args} --disable-nls
|
./configure ${configure_args} --disable-nls
|
||||||
|
@ -43,6 +38,6 @@ chroot-texinfo_package() {
|
||||||
conflicts="texinfo>=0"
|
conflicts="texinfo>=0"
|
||||||
provides="texinfo-${version}"
|
provides="texinfo-${version}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue