Package: jzlib Version: 1.0.7 Revision: 3 Description: Pure Java zlib implementation Type: java(1.5) License: BSD Maintainer: Benjamin Reed Depends: system-java (>= 1.4-1) BuildDepends: << fink (>= 0.29.7-1), fink-mirrors (>= 0.22.1.1-1), system-java-dev (>= 1.5-1) << Source: http://www.jcraft.com/%n/%n-%v.tar.gz Source-MD5: 3c52a0afb970e8a1fb2d34f30d330a83 SourceDirectory: %n-%v UseMaxBuildJobs: true CompileScript: << #!/bin/sh -ex javac -target 1.4 -source 1.4 `find com -name \*.java` jar -cvf jzlib.jar `find com -name \*.class` mkdir -p api javadoc -sourcepath . -d api `find com -name \*.java` << InstallScript: << #!/bin/sh -ex install -d -m 755 %i/share/doc/%n mv api example misc %i/share/doc/%n/ << JarFiles: *.jar DocFiles: *LICENSE* ChangeLog README Homepage: http://www.jcraft.com/jzlib/index.html DescDetail: << JZlib is a re-implementation of zlib in pure Java. The first and final aim for hacking this stuff is to add the packet compression support to pure Java SSH systems. The zlib is designed to be a free, general-purpose, legally unencumbered -- that is, not covered by any patents -- lossless data-compression library for use on virtually any computer hardware and operating system. The zlib was written by Jean-loup Gailly (compression) and Mark Adler (decompression). <<