Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit f4a82f4

Browse files
jpakkaneigor-raits
authored andcommitted
Added Meson build definition.
1 parent 5ec8dc8 commit f4a82f4

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

meson.build

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
project('zlib', 'c')
2+
3+
zlib = static_library('z',
4+
'adler32.c', 'crc32.c', 'deflate.c', 'infback.c', 'inffast.c', 'inflate.c',
5+
'inftrees.c', 'trees.c', 'zutil.c',
6+
'compress.c', 'uncompr.c', 'gzclose.c', 'gzlib.c', 'gzread.c', 'gzwrite.c')
7+
8+
incdir = include_directories('.')

upstream.wrap

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[wrap-file]
2+
directory = zlib-1.2.8
3+
4+
source_url = http://zlib.net/zlib-1.2.8.tar.gz
5+
source_filename = zlib-1.2.8.tar.gz
6+
source_hash = 36658cb768a54c1d4dec43c3116c27ed893e88b02ecfcb44f2166f9c0b7f2a0d
7+

0 commit comments

Comments
 (0)