vp-build/templates/texinfo/template
Juan RP 29c2d115f2 Revert "texinfo: fix uncompressed info files, bumprev."
This reverts commit 02adbd086c4fdb4a385a6966518bad1a2c70590d.

Because otherwise /usr/share/info/dir is detected as modified
(obviously) when entries are added/removed.

--HG--
extra : convert_revision : 8d9aff566a244b55421deb53214cbdd33ad3e8d8
2009-10-17 16:41:06 +02:00

28 lines
836 B
Plaintext

# Template file for 'texinfo'
pkgname=texinfo
version=4.13a
revision=3
wrksrc="$pkgname-4.13"
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_configure
short_desc="The GNU Documentation System"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=1303e91a1c752b69a32666a407e9fbdd6e936def4b09bc7de30f416301530d68
long_desc="
Texinfo is the official documentation format of the GNU project. It was
invented by Richard Stallman and Bob Chassell many years ago, loosely based
on Brian Reid's Scribe and other formatting languages of the time. It is
used by many non-GNU projects as well."
base_chroot=yes
Add_dependency run glibc
Add_dependency run ncurses-libs
Add_dependency run findutils
Add_dependency run gzip
Add_dependency run coreutils
post_install()
{
rm -f ${DESTDIR}/usr/share/info/dir
}