# Maintainer: Natanael Copa pkgname=fribidi pkgver=1.0.2 pkgrel=1 pkgdesc="Free Implementation of the Unicode Bidirectional Algorithm" url="http://fribidi.org" arch="all" license="LGPL-2.0-or-later" subpackages="$pkgname-dev" depends="" makedepends="" source="https://github.com/fribidi/fribidi/releases/download/v$pkgver/fribidi-$pkgver.tar.bz2 CVE-2019-18397.patch::https://github.com/fribidi/fribidi/commit/034c6e9a1d296286305f4cfd1e0072b879f52568.patch " builddir="$srcdir"/$pkgname-$pkgver # secfixes: # 1.0.2-r1: # - CVE-2019-18397 build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --disable-static \ --disable-docs \ --with-glib=no make } check() { cd "$builddir" make check } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="a474d01368b85c166e08a236425b6f13b88f2cf83308bf0df21c9fe034b1909edea30b778122719fcb8af72bdcf34f2f82f696031bcce077cf8ac764f019acaa fribidi-1.0.2.tar.bz2 3d8efc59781c36203d618d3348b54fbfaff79306964e43c93d2cbe97d2e122c06a44aea519e3ea6ad78e46ecc37cf64975b8b89de0cb21048b89d0ce20e4ab46 CVE-2019-18397.patch"