mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
chroot-texinfo: make this build with musl.
This commit is contained in:
parent
f94e60c653
commit
b9b1115a19
1 changed files with 8 additions and 7 deletions
|
@ -1,8 +1,13 @@
|
||||||
# Template file for 'chroot-texinfo'
|
# Template file for 'chroot-texinfo'
|
||||||
pkgname=chroot-texinfo
|
pkgname=chroot-texinfo
|
||||||
version=4.13a
|
version=4.13a
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="texinfo-4.13"
|
wrksrc="texinfo-4.13"
|
||||||
|
bootstrap=yes
|
||||||
|
hostmakedepends="ncurses-devel"
|
||||||
|
makedepends="ncurses-devel"
|
||||||
|
conflicts="texinfo>=0"
|
||||||
|
provides="texinfo-${version}_${revision}"
|
||||||
short_desc="The GNU Documentation System -- for xbps-src use"
|
short_desc="The GNU Documentation System -- for xbps-src use"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
|
@ -10,13 +15,9 @@ homepage="http://www.gnu.org/software/texinfo/"
|
||||||
distfiles="http://ftp.gnu.org/gnu/texinfo/texinfo-$version.tar.gz"
|
distfiles="http://ftp.gnu.org/gnu/texinfo/texinfo-$version.tar.gz"
|
||||||
checksum=1303e91a1c752b69a32666a407e9fbdd6e936def4b09bc7de30f416301530d68
|
checksum=1303e91a1c752b69a32666a407e9fbdd6e936def4b09bc7de30f416301530d68
|
||||||
|
|
||||||
bootstrap=yes
|
|
||||||
hostmakedepends="ncurses-devel"
|
|
||||||
makedepends="ncurses-devel"
|
|
||||||
conflicts="texinfo>=0"
|
|
||||||
provides="texinfo-${version}"
|
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
|
cp -f ${XBPS_CROSSPFDIR}/config.sub build-aux
|
||||||
|
|
||||||
./configure ${configure_args} --disable-nls
|
./configure ${configure_args} --disable-nls
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue