etm _unstable_ port information

Package: etm
Version: 1.09
Revision: 1
Distribution: 10.4, 10.5
Description: Exception and Termination Manager Library
License: Public Domain
Maintainer: Hanspeter Niederstrasser
#BuildDepends: imboot, wrprc-config
Source: http://www.snake.net/software/ETM/ETM-%v.tar.gz
SourceDirectory: etm
Source-MD5: 81e8fa40a29d9afabd794f92d27f2b34
BuildDepends: fink (>= 0.24.12)
PatchFile: %n.patch
PatchFile-MD5: e6dc39121548975fc8dbd7ca09de8769
PatchScript: sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
CompileScript: <<
#!/bin/sh -ev
chmod 755 msub
export PATH=`pwd`:$PATH
make
ranlib libetm.a
<<
InstallScript: <<
mkdir -p %i/lib
mkdir -p %i/include
install -m 644 libetm.a %i/lib/libetm.a
install -m 644 etm.h %i/include/etm.h
<<
DocFiles: README Changes-%v etm.txt
Homepage: http://www.snake.net/software/ETM/
DescDetail: <<
The Exception and Termination Manager (ETM) is a simple(-minded)
library to manage exceptional conditions that arise during program
execution, and to provide for orderly program shutdown.
<<
DescPort: <<
Uses it's own local msub (written by RangerRick) to build because something was rotten when using the fink 'msub' for this particular package. Does not need to BuildConflicts on msub.
<<