bmp2png _unstable_ port information

Package: bmp2png
Version: 1.62
Revision: 1
Homepage: http://cetus.sakura.ne.jp/softlab/b2p-home/
Source: http://cetus.sakura.ne.jp/softlab/b2p-home/archives/%n-%v.tar.gz
Source-MD5: 29562be8cb5300ecf0361904abff54dd
BuildDepends: libpng3, unzip
Depends: libpng3-shlibs
Suggests: pngcrush, gif2png, tiff2png
PatchScript: <<
perl -pi -e 's,/usr/local,%p,g' Makefile
<<
SetCFLAGS: -I%p/include
CompileScript: <<
#!/bin/sh -ev
make
head -n 15 common.h > LICENSE
<<
InstallScript: <<
#!/bin/sh -ev
mkdir -p %i/bin
make install BINDIR=%i/bin
<<
DocFiles: README LICENSE
Description: BMP to PNG graphics file conversion
DescDetail: <<
bmp2png and png2bmp are a pair of simple command-line utilities by
MIYASAKA Masaru to convert files from the obsolete and bloated
Windows Bitmap format (BMP) to the Portable Network Graphics (PNG)
format, an open W3C standard.

- bmp2png: conversion from (Windows or OS/2 style) BMP to PNG
- png2bmp: conversion from PNG to (Windows style) BMP
<<
License: OSI-Approved
DescPort: <<
Needs to use libpng3. Can't be upgraded w/out massive patching to use libpng14+
<<
Maintainer: None
DescPackaging: <<
Original maintainer: Carsten Klapp
<<