mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 16:31:06 +00:00
11 lines
337 B
Plaintext
11 lines
337 B
Plaintext
|
LICENSE := zlib
|
||
|
VERSION := 1.2.8
|
||
|
DOWNLOADS := zlib.archive
|
||
|
|
||
|
URL(zlib) := http://downloads.sourceforge.net/project/libpng/zlib/$(VERSION)/zlib-$(VERSION).tar.gz
|
||
|
SHA(zlib) := a4d316c404ff54ca545ea71a27af7dbc29817088
|
||
|
DIR(zlib) := src/lib/zlib
|
||
|
|
||
|
DIRS := include/zlib
|
||
|
DIR_CONTENT(include/zlib) := $(addprefix src/lib/zlib/,zconf.h zlib.h)
|