mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
b31bbfe14c
The archive contents are equivalent except the creation date of the top-level directory. -drwxr-xr-x guivol/users 0 2021-01-07 12:54 jpeg-9d/ +drwxr-xr-x guivol/users 0 2022-01-04 12:02 jpeg-9d/ Fixes #4406
11 lines
298 B
Plaintext
11 lines
298 B
Plaintext
LICENSE := JPEG
|
|
VERSION := v9d
|
|
DOWNLOADS := jpeg.archive
|
|
|
|
URL(jpeg) := http://www.ijg.org/files/jpegsrc.$(VERSION).tar.gz
|
|
SHA(jpeg) := 2303a6acfb6cc533e0e86e8a9d29f7e6079e118b9de3f96e07a71a11c082fa6a
|
|
DIR(jpeg) := src/lib/jpeg
|
|
|
|
DIRS := include/jpeg
|
|
DIR_CONTENT(include/jpeg) := src/lib/jpeg/*.h
|