diff --git a/main/texinfo/APKBUILD b/main/texinfo/APKBUILD index 52d350ccc77..1a9f4dc40b5 100644 --- a/main/texinfo/APKBUILD +++ b/main/texinfo/APKBUILD @@ -1,31 +1,36 @@ -# Maintainer: Natanael Copa +# Contributor: Natanael Copa +# Maintainer: Celeste pkgname=texinfo pkgver=7.1 -pkgrel=2 +pkgrel=3 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="https://ftp.gnu.org/gnu/texinfo/texinfo-$pkgver.tar.xz - fix-build-without-NLS.patch" install="texinfo.pre-deinstall" triggers="texinfo.trigger=/usr/share/info" +subpackages="$pkgname-doc" +source="https://ftp.gnu.org/gnu/texinfo/texinfo-$pkgver.tar.xz + fix-build-without-NLS.patch + " +options="!check" # Test dependencies are not packaged build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --localstatedir=/var \ --disable-nls make } package() { - make DESTDIR="$pkgdir"/ install + make DESTDIR="$pkgdir" install } sha512sums="