pkgname=fribidi pkgver=1.0.16 pkgrel=1 pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm" arch=('x86_64') license=('LGPL') url="https://github.com/fribidi/fribidi/" depends=('glibc') options=('!libtool') source=("https://github.com/fribidi/fribidi/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz") md5sums=('333ad150991097a627755b752b87f9ff') build() { cd ${pkgname}-${pkgver} ./configure --prefix=/usr make } package() { cd ${pkgname}-${pkgver} make DESTDIR=${pkgdir} install }