-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add fribidi * clean recipe * install gettext and do not build ccache
- Loading branch information
Showing
3 changed files
with
41 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
emconfigure ./configure \ | ||
--enable-shared=no \ | ||
--enable-static=yes \ | ||
--prefix=$PREFIX | ||
|
||
emmake make install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
context: | ||
version: "1.0.14" | ||
|
||
package: | ||
name: fribidi | ||
version: ${{ version }} | ||
|
||
source: | ||
url: https://github.com/fribidi/fribidi/releases/download/v${{ version }}/fribidi-${{ version }}.tar.xz | ||
sha256: 76ae204a7027652ac3981b9fa5817c083ba23114340284c58e756b259cd2259a | ||
|
||
build: | ||
number: 0 | ||
|
||
requirements: | ||
build: | ||
- ${{ compiler('c') }} | ||
- pkg-config | ||
- gettext | ||
|
||
about: | ||
homepage: https://github.com/fribidi/fribidi | ||
license: LGPL-2.1 | ||
license_file: COPYING | ||
summary: The Free Implementation of the Unicode Bidirectional Algorithm. | ||
description: | | ||
One of the missing links stopping the penetration of free software in Middle | ||
East is the lack of support for the Arabic and Hebrew alphabets. In order to | ||
have proper Arabic and Hebrew support, the bidi algorithm needs to be | ||
implemented. It is our hope that this library will stimulate more free | ||
software in the Middle Eastern countries. | ||
repository: https://github.com/fribidi/fribidi |