diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
commit | 03423e0583057cbe5a16f8439183e2dbc0e8dd7c (patch) | |
tree | 81fe3ba69d94146f83fb5541d1fb2da0ac4eac08 /extra/fribidi | |
download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz |
secondary commit
Diffstat (limited to 'extra/fribidi')
-rwxr-xr-x | extra/fribidi/build | 7 | ||||
-rw-r--r-- | extra/fribidi/checksums | 1 | ||||
-rw-r--r-- | extra/fribidi/sources | 1 | ||||
-rw-r--r-- | extra/fribidi/version | 1 |
4 files changed, 10 insertions, 0 deletions
diff --git a/extra/fribidi/build b/extra/fribidi/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/extra/fribidi/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/extra/fribidi/checksums b/extra/fribidi/checksums new file mode 100644 index 00000000..30209904 --- /dev/null +++ b/extra/fribidi/checksums @@ -0,0 +1 @@ +5ab5f21e9f2fc57b4b40f8ea8f14dba78a5cc46d9cf94bc5e00a58e6886a935d fribidi-1.0.7.tar.bz2 diff --git a/extra/fribidi/sources b/extra/fribidi/sources new file mode 100644 index 00000000..44e55b13 --- /dev/null +++ b/extra/fribidi/sources @@ -0,0 +1 @@ +https://github.com/fribidi/fribidi/releases/download/v1.0.7/fribidi-1.0.7.tar.bz2 diff --git a/extra/fribidi/version b/extra/fribidi/version new file mode 100644 index 00000000..5c9722cd --- /dev/null +++ b/extra/fribidi/version @@ -0,0 +1 @@ +1.0.7 1 |