main/texinfo: take over maintainership

This commit is contained in:
Celeste 2024-07-07 05:00:08 +00:00
parent e3b797f68a
commit 02277edd87

View File

@ -1,31 +1,36 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Celeste <cielesti@protonmail.com>
pkgname=texinfo pkgname=texinfo
pkgver=7.1 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" 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/" url="https://www.gnu.org/software/texinfo/"
arch="all" arch="all"
options="!check" # Test dependencies are not packaged
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
depends="perl" depends="perl"
makedepends="ncurses-dev perl-dev" 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" install="texinfo.pre-deinstall"
triggers="texinfo.trigger=/usr/share/info" 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() { build() {
./configure \ ./configure \
--build=$CBUILD \ --build=$CBUILD \
--host=$CHOST \ --host=$CHOST \
--prefix=/usr \ --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
--disable-nls --disable-nls
make make
} }
package() { package() {
make DESTDIR="$pkgdir"/ install make DESTDIR="$pkgdir" install
} }
sha512sums=" sha512sums="