kemboss-qt4 stable port information

Info2: <<
Package: kemboss-qt4-%type_pkg[qt]
Version: 1.0.1
Revision: 1
Type: qt (x11 mac)

Depends: <<
libpng3-shlibs,
emboss (>= 6.2.0),
qt4-base-%type_pkg[qt]-qtcore-shlibs (>= 4.5.1-1),
qt4-base-%type_pkg[qt]-qtgui-shlibs (>= 4.5.1-1),
libiconv
<<

BuildDepends: <<
fink (>= 0.29.7-1),
qt4-base-%type_pkg[qt] (>= 4.5.1-1),
libiconv-dev,
libpng3,
system-openssl-dev
<<

Conflicts: <<
kemboss (<= 0.10-1),
kemboss-qt4-mac,
kemboss-qt4-x11
<<

Replaces: <<
kemboss (<= 0.10-1),
kemboss-qt4-mac,
kemboss-qt4-x11
<<

GCC: 4.0

Source: http://www.tobias-schwarz.net/programmierung/sources/kemboss_1_0_1_src.tar.gz
Source-MD5: 789bc0d6747b3dfeab261015f2c15551
SourceDirectory: kemboss-%v

PatchScript: <<
perl -pi -e 's,\/usr\/local,%p,g' src/kemboss.pro
perl -pi -e 's,\/etc,%p/etc,g' src/kemboss.pro
<<

CompileScript: <<
#!/bin/sh -ev
cd src/
%p/lib/qt4-%type_pkg[qt]/bin/qmake
make
<<

InstallScript: <<
#!/bin/sh -ev
cd src/
INSTALL_ROOT=%d make install
if [ "%type_raw[qt]" == "mac" ]; then
mv %i/bin %i/Applications
fi
<<

PostInstScript: <<
if [ "%type_raw[qt]" == "mac" ]; then
if ! test -e /Applications/Fink; then
/usr/bin/install -d -m 755 /Applications/Fink
fi
/bin/ln -s '%p/Applications/kemboss.app' /Applications/Fink/
fi
<<

PostRmScript: <<
if [ "%type_raw[qt]" == "mac" ]; then
/bin/rm -f '/Applications/Fink/kemboss.app'
fi
<<

Docfiles: copying copyright install todo versions

DescPackaging: <<
Former Maintainer: Koen van der Drift
<<

Description: Emboss GUI

DescDetail: <<
kemboss is a graphical user interface for the sequence
analysis package EMBOSS. It is a replacement for the outdated
fink package emboss-kaptain.
<<

DescUsage: <<
When you run kemboss for the first time, the program will try to find
the EMBOSS binaries and will display a message if it fails to do so.
If that happens or anything doesn't work as expected, You should first
check the kemboss settings using the configuration dialog.
<<

License: GPL
Maintainer: Tobias Schwarz
Homepage: http://www.tobias-schwarz.net/kemboss.html
<<