mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +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>
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
pkgname=texinfo
|
pkgname=texinfo
|
||||||
pkgver=6.5
|
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"
|
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"
|
||||||
license='GPL3+'
|
options="!check" # Test dependencies are not packaged
|
||||||
|
license="GPL-3.0+"
|
||||||
depends="perl"
|
depends="perl"
|
||||||
makedepends="ncurses-dev perl-dev"
|
makedepends="ncurses-dev perl-dev"
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
@ -17,14 +18,13 @@ build() {
|
|||||||
./configure \
|
./configure \
|
||||||
--build=$CBUILD \
|
--build=$CBUILD \
|
||||||
--host=$CHOST \
|
--host=$CHOST \
|
||||||
--prefix=/usr \
|
--prefix=/usr
|
||||||
|| return 1
|
make
|
||||||
make || return 1
|
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
make DESTDIR="$pkgdir"/ install || return 1
|
make DESTDIR="$pkgdir"/ install
|
||||||
|
|
||||||
rm -f "$pkgdir"/usr/share/info/dir
|
rm -f "$pkgdir"/usr/share/info/dir
|
||||||
gzip "$pkgdir"/usr/share/info/*
|
gzip "$pkgdir"/usr/share/info/*
|
||||||
|
Loading…
Reference in New Issue
Block a user