Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/ghc
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv8813

Added Files:
        ghc-zlib.info 
Log Message:
ghc-zlib 0.5.4.1

--- NEW FILE: ghc-zlib.info ---
Package: ghc-zlib
Version: 0.5.4.1
Revision: 1
Source: http://hackage.haskell.org/packages/archive/zlib/%v/zlib-%v.tar.gz
Source-MD5: d0d10786d2bbd1d401a8b28a83e88475
SourceDirectory: zlib-%v

Depends: ghc (<< 7.6.4-1)

CompileScript: <<
runghc Setup.hs configure --prefix=%p --docdir=%p/share/doc/%n
runghc Setup.hs build
runghc Setup.hs haddock
runghc Setup.hs register --gen-script
runghc Setup.hs unregister --gen-script
<<
InstallScript: runghc Setup.hs copy --destdir=%d

DocFiles: LICENSE register.sh unregister.sh

PostInstScript: %p/share/doc/%n/register.sh
PreRmScript: sh %p/share/doc/%n/unregister.sh --force

Description: Compression and decompression in the gzip and zlib formats
DescDetail: <<
This package provides a pure interface for compressing and
decompressing streams of data represented as lazy ByteStrings. It uses
the zlib C library so it has high performance. It supports the "zlib",
"gzip" and "raw" compression formats.

It provides a convenient high level API suitable for most tasks and
for the few cases where more control is needed it provides access to
the full zlib feature set.
<<
Homepage: http://hackage.haskell.org/package/zlib
License: BSD
Maintainer: Brendan Cully <bren...@finkproject.org>


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to