summaryrefslogblamecommitdiff
path: root/user/gperf/APKBUILD
blob: b11af06dafe48475d95ec46f46bcf30d064fc2e0 (plain) (tree)

































                                                                                                                                                               
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: 
pkgname=gperf
pkgver=3.1
pkgrel=3
pkgdesc="Mathematically-perfect hash function generator"
url="https://www.gnu.org/software/gperf/"
arch="all"
license="GPL-3.0+"
subpackages="$pkgname-doc"
depends=""
makedepends=""
source="ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz"

build ()
{
	cd "$builddir"
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr
	make
}

check() {
	cd "$builddir"
	make -j1 check
}

package() {
	cd "$builddir"
	make DESTDIR="$pkgdir" install
}
sha512sums="855ebce5ff36753238a44f14c95be7afdc3990b085960345ca2caf1a2db884f7db74d406ce9eec2f4a52abb8a063d4ed000a36b317c9a353ef4e25e2cca9a3f4  gperf-3.1.tar.gz"