the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: giftrans
Version: 1.12.2
Revision: 1
Source: ftp://ftp.rz.uni-karlsruhe.de/pub/net/www/tools/giftrans/giftrans.c
Source-MD5: 198cf3db39b9bf01006e661e9c7471df
SourceRename: %n-%v.c
SourceDirectory: .
CompileScript: <<
cc %n-%v.c -o giftrans
<<
InstallScript: <<
mkdir -p %i/bin
cp giftrans %i/bin
mkdir -p %i/share/doc/giftrans
head -n 23 %n-%v.c > %i/share/doc/giftrans/License.txt
<<
Description: Convert any GIF file into a GIF89a
DescDetail: <<
Allows for setting the transparent or background color,
changing colors, adding or removing comments.
Also code to analyze GIF contents.
<<
DescPort: <<
single c source file to compile, grep'ed License from source
<<
License: GPL
Maintainer: Matthias Ringwald