mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
main/texinfo: take over maintainership
This commit is contained in:
parent
e3b797f68a
commit
02277edd87
@ -1,31 +1,36 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
|
||||
# Maintainer: Celeste <cielesti@protonmail.com>
|
||||
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="
|
||||
|
Loading…
Reference in New Issue
Block a user