# Maintainer: Natanael Copa pkgname=fribidi pkgver=0.19.7 pkgrel=1 pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm" url="http://fribidi.org" arch="all" license="LGPL-2.0-or-later" subpackages="$pkgname-dev $pkgname-doc" depends="" makedepends="" source="http://fribidi.org/download/fribidi-$pkgver.tar.bz2" build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --disable-static \ --with-glib=no make } check() { cd "$builddir" make check } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="4bfdda43d961030a8a2ae2c98d2ca5d43c1b59633fa0987920c5537ec69f3f624204ceacc4c474d878cbb417ee2d9e708dfe169cfce6ad584d2f2d5122678b63 fribidi-0.19.7.tar.bz2"