# Maintainer: A. Wilcox pkgname=fribidi pkgver=1.0.9 pkgrel=0 pkgdesc="Free Implementation of the Unicode Bidirectional algorithm" url="http://fribidi.org" arch="all" license="LGPL-2.1+" depends="" makedepends="" subpackages="$pkgname-dev $pkgname-doc" source="https://github.com/fribidi/fribidi/releases/download/v$pkgver/fribidi-$pkgver.tar.xz" build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --disable-static make } check() { make check } package() { make DESTDIR="$pkgdir" install } sha512sums="e66989830941172fa003c8b9376719282fa1039592a1e158e975cab81ce8dcb2755453c64906a8464c047f9e9154e012d9bd37256b1f463e235648a13e4601ed fribidi-1.0.9.tar.xz"