mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
parent
143a0acbc2
commit
0becf42786
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,7 @@ build_style=gnu-configure
|
|||
configure_args="--disable-static"
|
||||
hostmakedepends="perl ncurses-devel"
|
||||
makedepends="ncurses-devel"
|
||||
checkdepends="ncurses gzip"
|
||||
conflicts="chroot-texinfo>=0"
|
||||
depends="gzip perl"
|
||||
short_desc="The GNU Documentation System"
|
||||
|
@ -15,6 +16,10 @@ homepage="http://www.gnu.org/software/texinfo/"
|
|||
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=77774b3f4a06c20705cc2ef1c804864422e3cf95235e965b1f00a46df7da5f62
|
||||
|
||||
do_check() {
|
||||
make check
|
||||
}
|
||||
|
||||
post_install() {
|
||||
rm -f ${DESTDIR}/usr/share/info/dir
|
||||
# Compress manually info files.
|
||||
|
|
Loading…
Add table
Reference in a new issue