From 0becf427865f6b0dd7627a6f4a84c96085b0cc36 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 16 Nov 2017 19:54:11 -0200 Subject: [PATCH] texinfo: add tests. Closes: #9256 [via git-merge-pr] --- srcpkgs/texinfo/template | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/srcpkgs/texinfo/template b/srcpkgs/texinfo/template index 8d00d59dba6..e959ecda8d0 100644 --- a/srcpkgs/texinfo/template +++ b/srcpkgs/texinfo/template @@ -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.