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
|
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="
|
||||||
|
Loading…
Reference in New Issue
Block a user