texinfo: update to 6.0.
This commit is contained in:
parent
3ffa11468c
commit
304b3cc45b
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'texinfo'
|
# Template file for 'texinfo'
|
||||||
pkgname=texinfo
|
pkgname=texinfo
|
||||||
version=5.2
|
version=6.0
|
||||||
revision=3
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
hostmakedepends="perl ncurses-devel"
|
hostmakedepends="perl ncurses-devel"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
conflicts="chroot-texinfo>=0"
|
conflicts="chroot-texinfo>=0"
|
||||||
|
@ -11,21 +12,9 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://www.gnu.org/software/texinfo/"
|
homepage="http://www.gnu.org/software/texinfo/"
|
||||||
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
||||||
checksum=5471ef683a64588a7cfef46ef2bdd3fbcbca89d847e10832612293f105e44eda
|
checksum=11ba4358696e8be3b3c7cfc88b89cf69525791aeabf0ee0a59ca58ebbd3471e4
|
||||||
|
|
||||||
do_configure() {
|
|
||||||
./configure ${configure_args}
|
|
||||||
}
|
|
||||||
do_build() {
|
|
||||||
if [ -d tools ]; then
|
|
||||||
make ${makejobs} -C tools/gnulib/lib
|
|
||||||
make ${makejobs} -C tools
|
|
||||||
fi
|
|
||||||
make ${makejobs}
|
|
||||||
}
|
|
||||||
do_install() {
|
|
||||||
make DESTDIR=${DESTDIR} install
|
|
||||||
|
|
||||||
|
post_install() {
|
||||||
rm -f ${DESTDIR}/usr/share/info/dir
|
rm -f ${DESTDIR}/usr/share/info/dir
|
||||||
# Compress manually info files.
|
# Compress manually info files.
|
||||||
gzip -9 ${DESTDIR}/usr/share/info/*
|
gzip -9 ${DESTDIR}/usr/share/info/*
|
||||||
|
|
Loading…
Reference in New Issue