Libraries/zlib: added
This commit is contained in:
6
Libraries/zlib/build
Executable file
6
Libraries/zlib/build
Executable 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'
|
||||
1
Libraries/zlib/files/variants
Normal file
1
Libraries/zlib/files/variants
Normal file
@@ -0,0 +1 @@
|
||||
zlib/1.2.11 unstable
|
||||
15
Libraries/zlib/modulefile
Normal file
15
Libraries/zlib/modulefile
Normal 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).
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user