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