21 lines
619 B
Bash
21 lines
619 B
Bash
# Template file for 'texinfo'
|
|
pkgname=texinfo
|
|
version=6.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="perl ncurses-devel"
|
|
makedepends="ncurses-devel"
|
|
conflicts="chroot-texinfo>=0"
|
|
depends="gzip perl"
|
|
short_desc="The GNU Documentation System"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-3"
|
|
homepage="http://www.gnu.org/software/texinfo/"
|
|
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
|
checksum=11ba4358696e8be3b3c7cfc88b89cf69525791aeabf0ee0a59ca58ebbd3471e4
|
|
|
|
post_install() {
|
|
rm -f ${DESTDIR}/usr/share/info/dir
|
|
# Compress manually info files.
|
|
gzip -9 ${DESTDIR}/usr/share/info/*
|
|
}
|