# Description: implementation of the Unicode Bidirectional Algorithm (bidi). # URL: http://fribidi.org/ # Maintainer: Antonio SJ Musumeci, bile at landofbile dot com # Depends on: name=fribidi version=0.19.1 release=1 source=(http://fribidi.org/download/fribidi-$version.tar.gz) build() { cd $name-$version ./configure \ --prefix=/usr \ --disable-nls make make install DESTDIR=$PKG }