mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/texinfo: fix license, mark no tests
This commit is contained in:
parent
1518071b35
commit
1b3dd01a4c
@ -1,11 +1,12 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=texinfo
|
||||
pkgver=6.5
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
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"
|
||||
license='GPL3+'
|
||||
options="!check" # Test dependencies are not packaged
|
||||
license="GPL-3.0+"
|
||||
depends="perl"
|
||||
makedepends="ncurses-dev perl-dev"
|
||||
subpackages="$pkgname-doc"
|
||||
@ -17,14 +18,13 @@ build() {
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
|| return 1
|
||||
make || return 1
|
||||
--prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir"/ install || return 1
|
||||
make DESTDIR="$pkgdir"/ install
|
||||
|
||||
rm -f "$pkgdir"/usr/share/info/dir
|
||||
gzip "$pkgdir"/usr/share/info/*
|
||||
|
Loading…
Reference in New Issue
Block a user