main/gperf: specify GPL version, use -j1 for check

Parallel check fails on PowerPC.
This commit is contained in:
A. Wilcox 2018-02-05 19:10:29 -06:00 committed by William Pitcock
parent 031175dc92
commit 6007396648

View File

@ -1,11 +1,11 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gperf pkgname=gperf
pkgver=3.1 pkgver=3.1
pkgrel=1 pkgrel=2
pkgdesc="Perfect hash function generator." pkgdesc="Perfect hash function generator."
url="https://www.gnu.org/software/gperf/" url="https://www.gnu.org/software/gperf/"
arch="all" arch="all"
license="GPL" license="GPL-3.0+"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
depends= depends=
makedepends= makedepends=
@ -23,7 +23,7 @@ build ()
check() { check() {
cd "$builddir" cd "$builddir"
make check make -j1 check
} }
package() { package() {