texinfo: moved to bootstrap, reduce depends, revbump.

This commit is contained in:
Juan RP 2011-11-15 15:49:54 +01:00
parent 71cb150a65
commit a5cba5e264

View file

@ -1,7 +1,7 @@
# Template file for 'texinfo' # Template file for 'texinfo'
pkgname=texinfo pkgname=texinfo
version=4.13a version=4.13a
revision=6 revision=7
wrksrc="$pkgname-4.13" wrksrc="$pkgname-4.13"
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz" distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu-configure build_style=gnu-configure
@ -14,14 +14,15 @@ long_desc="
on Brian Reid's Scribe and other formatting languages of the time. It is on Brian Reid's Scribe and other formatting languages of the time. It is
used by many non-GNU projects as well." used by many non-GNU projects as well."
Add_dependency run findutils bootstrap=yes
Add_dependency run gzip
Add_dependency run coreutils
Add_dependency build gettext
Add_dependency build ncurses-devel
post_install() Add_dependency full gzip
{ Add_dependency build ncurses-devel
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
Add_dependency build gettext
fi
post_install() {
# Compress manually info files. # Compress manually info files.
gzip -9 ${DESTDIR}/usr/share/info/* gzip -9 ${DESTDIR}/usr/share/info/*
} }