the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: wzip
Version: 1.1.2
Revision: 2
Source: http://archive.ubuntu.com/ubuntu/pool/universe/w/%n/%n_%v.tar.gz
Source-MD5: cd1e06c1bcd5a0f0e30148a896e81854
SourceDirectory: %n-%v
CompileScript: CFLAGS=-Os make
InstallScript: <<
mkdir -p %i/bin %i/share/man/man1 %i/share/%n
cp -p wzip %i/bin/
cp wzip.1 %i/share/man/man1/
cd %i/share/%n && tar xzf %b/examples.tar.gz
<<
DocFiles: debian/copyright:COPYING debian/changelog:ChangeLog
Maintainer: Jack Fink
License: GPL
Description: Lossy compression and denoising
DescDetail: <<
The program wzip is a preprocessor for LOSSY data compression. A
sequence of ascii floating-point numbers is transformed into a
sequence of small integers ready for effective compression with
e.g. gzip. The program can also be used for effective but time
consuming denoising of measurement data. Wzip was originally written
for the processing of EDX-linescans.
<<