epstool _unstable_ port information

Package: epstool
Version: 3.08
Revision: 1
Depends: ghostscript
Description: Utility to manipulate EPS files
Source: ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/%n-%v.tar.gz
Source-MD5: 465a57a598dbef411f4ecbfbd7d4c8d7
#Patch: %n.patch
CompileScript: <<
/bin/rm -f epstool
make LDFLAGS=-L%p/lib CPPFLAGS=-I%p/include epstool
<<
InstallScript: <<
/usr/bin/install -d %i/bin
/usr/bin/install bin/epstool %i/bin
/usr/bin/install -d %i/share/man/man1
/usr/bin/install doc/epstool.1 %i/share/man/man1
<<
DocFiles: LICENCE doc/epstool.htm doc/gsview.css
License: GPL
Homepage: http://www.cs.wisc.edu/~ghost/gsview/epstool.htm
Maintainer: Alexander Hansen
DescDetail: <<
Epstool is a utility to create or extract preview images in EPS files, fix
bounding boxes and convert to bitmaps.
Features:
* Add EPSI, DOS EPS or Mac PICT previews.
* Extract PostScript from DOS EPS files.
* Uses Ghostscript to create preview bitmaps.
* Create a TIFF, WMF, PICT or Interchange preview from part of a
bitmap created by Ghostscript.
* works under Win32, Win64, OS/2 and Unix.
* works on little-endian machines (Intel) or big endian (Sun Sparc,
Motorola) machines.
<<
DescPackaging: <<
Now has manpage (included in upstream package thanks to
Debian maintainer)
<<