mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +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>
|
# 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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user