Skip to content

Commit

Permalink
Add 1.2.11 to WrapDB
Browse files Browse the repository at this point in the history
  • Loading branch information
SoapGentoo authored and jpakkane committed Aug 19, 2017
1 parent 5ec8dc8 commit d33c66d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
26 changes: 26 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
project('zlib', 'c', version : '1.2.11', license : 'zlib')

src = files([
'adler32.c',
'crc32.c',
'deflate.c',
'infback.c',
'inffast.c',
'inflate.c',
'inftrees.c',
'trees.c',
'zutil.c',
'compress.c',
'uncompr.c',
'gzclose.c',
'gzlib.c',
'gzread.c',
'gzwrite.c'])

zlib = library('z', src)

incdir = include_directories('.')

zlib_dep = declare_dependency(
link_with : zlib,
include_directories : incdir)
6 changes: 6 additions & 0 deletions upstream.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[wrap-file]
directory = zlib-1.2.11

source_url = http://zlib.net/fossils/zlib-1.2.11.tar.gz
source_filename = zlib-1.2.11.tar.gz
source_hash = c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1

0 comments on commit d33c66d

Please sign in to comment.