mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
72cb71c827
Now SHA256 has been shown to be an adequate replacement for SHA1, use SHA256 for verifying all port downloads. Ref #2767
13 lines
442 B
Plaintext
13 lines
442 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) := 501231e4260f83fccedae1cafe983a7de87082e3f5387e0b283d016f7f4cb428
|
|
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
|