chroot-texinfo: update to 6.5.
This commit is contained in:
parent
dd7e76ea1b
commit
a917b82af4
1 changed files with 7 additions and 7 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'chroot-texinfo'
|
# Template file for 'chroot-texinfo'
|
||||||
pkgname=chroot-texinfo
|
pkgname=chroot-texinfo
|
||||||
version=4.13a
|
version=6.5
|
||||||
revision=9
|
revision=1
|
||||||
wrksrc="texinfo-4.13"
|
wrksrc="texinfo-${version}"
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
hostmakedepends="ncurses-devel"
|
hostmakedepends="ncurses-devel perl"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
conflicts="texinfo>=0"
|
conflicts="texinfo>=0"
|
||||||
provides="texinfo-${version}_${revision}"
|
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@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://www.gnu.org/software/texinfo/"
|
homepage="http://www.gnu.org/software/texinfo/"
|
||||||
distfiles="${GNU_SITE}/texinfo/texinfo-$version.tar.lzma"
|
distfiles="${GNU_SITE}/texinfo/texinfo-${version}.tar.xz"
|
||||||
checksum=6d28b0ceae866e3536142fc552e7a3bc9f84c8303119c25731b2478eef64c9e5
|
checksum=77774b3f4a06c20705cc2ef1c804864422e3cf95235e965b1f00a46df7da5f62
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
cp -f ${XBPS_CROSSPFDIR}/config.sub build-aux
|
cp -f ${XBPS_CROSSPFDIR}/config.sub build-aux
|
||||||
|
|
Loading…
Reference in a new issue