Libraries/zlib: added

This commit is contained in:
2019-01-17 12:33:29 +01:00
parent 6b3efd14df
commit 8823b1affc
3 changed files with 22 additions and 0 deletions

6
Libraries/zlib/build Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env modbuild
pbuild::set_download_url https://zlib.net/$P-${V_PKG}.tar.gz
pbuild::add_to_group 'Libraries'
pbuild::install_docfiles 'README'

View File

@@ -0,0 +1 @@
zlib/1.2.11 unstable

15
Libraries/zlib/modulefile Normal file
View File

@@ -0,0 +1,15 @@
#%Module1.0
module-whatis "compression library"
module-url "http://zlib.net/"
module-license "BSD like, see $PREFIX/share/doc/zlib/README"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
module-help "
zlib 1.2.11 is a general purpose data compression library. All the code is
thread safe. The data format used by the zlib library is described by RFCs
(Request for Comments) 1950 to 1952 in the files
http://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format) and
rfc1952 (gzip format).
"