void-packages/templates/texinfo.tmpl
Juan RP 5a249b6c4f Require to configure/build/install in the chroot all packages.
This is to ensure that only stuff found in the chroot will be used,
and to avoid some stupid problems with libtool scripts. Therefore only
templates that have $base_chroot set can be built without the chroot.

As bonus now all messages are prepended with "[chroot]" when xbps.sh
is running inside of it.

--HG--
extra : convert_revision : 68195f4b240c01eea18777767b555604d892400f
2008-10-27 07:42:40 +01:00

18 lines
655 B
Cheetah

# Template file for 'texinfo'
pkgname=texinfo
version=4.13a
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
run_depends="glibc-2.8"