2018-03-14 22:29:40 +11:00
|
|
|
# Description: Unicode Bidirectional (BiDi) Algorithm.
|
|
|
|
# URL: https://github.com/fribidi/fribidi/
|
|
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
|
|
|
|
|
|
|
name=fribidi
|
2020-07-09 18:57:41 +10:00
|
|
|
version=1.0.10
|
2018-03-14 22:29:40 +11:00
|
|
|
release=1
|
2020-03-08 15:24:18 +11:00
|
|
|
source=(https://github.com/$name/$name/releases/download/v$version/$name-$version.tar.xz)
|
2018-03-14 22:29:40 +11:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|