mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
main/gperf: specify GPL version, use -j1 for check
Parallel check fails on PowerPC.
This commit is contained in:
parent
031175dc92
commit
6007396648
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user