# Maintainer: Natanael Copa pkgname=texinfo pkgver=6.6 pkgrel=2 pkgdesc="Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source file" url="https://www.gnu.org/software/texinfo/" arch="all" options="!check" # Test dependencies are not packaged license="GPL-3.0-or-later" depends="perl" makedepends="ncurses-dev perl-dev" subpackages="$pkgname-doc" source="ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr make } package() { cd "$builddir" make DESTDIR="$pkgdir"/ install rm -f "$pkgdir"/usr/share/info/dir gzip "$pkgdir"/usr/share/info/* } sha512sums="96e0764d0808152d3662e65c3287fb0f86ed918912cdc036380637dbadaacd6a489b516543c07b08105686575e8d495a945f73e23ff0909d5a0f12026e4131e0 texinfo-6.6.tar.xz"