void-packages/srcpkgs/texinfo/template

22 lines
614 B
Text
Raw Normal View History

# Template file for 'texinfo'
pkgname=texinfo
version=4.13a
revision=9
wrksrc="$pkgname-4.13"
conflicts="chroot-texinfo>=0"
build_style=gnu-configure
makedepends="ncurses-devel"
fulldepends="gzip"
short_desc="The GNU Documentation System"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://www.gnu.org/software/texinfo/"
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
checksum=1303e91a1c752b69a32666a407e9fbdd6e936def4b09bc7de30f416301530d68
post_install() {
rm -f ${DESTDIR}/usr/share/info/dir
# Compress manually info files.
gzip -9 ${DESTDIR}/usr/share/info/*
}