mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
e8db9bda9a
Apparently, fribidi.org is no more and just points to the GitHub project now.
13 lines
418 B
Plaintext
13 lines
418 B
Plaintext
LICENSE := LGPL
|
|
VERSION := 0.19.5
|
|
DOWNLOADS := fribidi.archive
|
|
|
|
URL(fribidi) := https://download.videolan.org/pub/contrib/fribidi/fribidi-$(VERSION).tar.bz2
|
|
SHA(fribidi) := 58445266df185f7e5109f356c0261d41db39182a
|
|
DIR(fribidi) := src/lib/fribidi/contrib
|
|
|
|
DIRS := include/fribidi
|
|
|
|
DIR_CONTENT(include/fribidi) := src/lib/fribidi/contrib/lib/*.h \
|
|
src/lib/fribidi/contrib/charset/*.h
|