2008-10-23 18:26:11 +02:00
|
|
|
# Template file for 'texinfo'
|
|
|
|
pkgname=texinfo
|
|
|
|
version=4.13a
|
2009-08-11 21:11:11 +02:00
|
|
|
revision=3
|
2008-10-23 18:26:11 +02:00
|
|
|
wrksrc="$pkgname-4.13"
|
2008-10-28 23:57:52 +01:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
2008-10-23 18:26:11 +02:00
|
|
|
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."
|
2008-10-27 07:42:40 +01:00
|
|
|
|
2009-02-22 05:57:13 +01:00
|
|
|
base_chroot=yes
|
2009-02-24 07:13:11 +01:00
|
|
|
Add_dependency run glibc
|
2009-03-12 10:32:58 +01:00
|
|
|
Add_dependency run ncurses-libs
|
|
|
|
Add_dependency run findutils
|
|
|
|
Add_dependency run gzip
|
2009-04-25 03:46:07 +02:00
|
|
|
Add_dependency run coreutils
|
2009-08-11 21:11:11 +02:00
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
rm -f ${DESTDIR}/usr/share/info/dir
|
|
|
|
}
|