texinfo: ship compressed info files, bumprev.
This commit is contained in:
parent
f07f1accbd
commit
7ec2bb545f
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'texinfo'
|
# Template file for 'texinfo'
|
||||||
pkgname=texinfo
|
pkgname=texinfo
|
||||||
version=4.13a
|
version=4.13a
|
||||||
revision=3
|
revision=4
|
||||||
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,16 @@ 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 build gettext
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run ncurses-libs
|
Add_dependency run ncurses-libs
|
||||||
Add_dependency run findutils
|
Add_dependency run findutils
|
||||||
Add_dependency run gzip
|
Add_dependency run gzip
|
||||||
Add_dependency run coreutils
|
Add_dependency run coreutils
|
||||||
|
Add_dependency build gettext
|
||||||
|
Add_dependency build ncurses-devel
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
rm -f ${DESTDIR}/usr/share/info/dir
|
# Compress manually info files.
|
||||||
|
gzip -9 ${DESTDIR}/usr/share/info/*
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue