cheesetracker _unstable_ port information

Package: cheesetracker
Version: 0.9.9
Revision: 1001

Source: mirror:sourceforge:cheesetronic/%n-%v.tar.gz
Source-MD5: d2cb55cd35eaaaef48454a5aad41a08d
PatchScript: <<
patch -p1 < %a/%n.patch
grep -r TYPE_ . | cut -d: -f1 | sort -u | xargs perl -pi.bak -e 's,TYPE_FLOAT,TYPE_F,g;' -e 's,TYPE_BOOL,TYPE_B,g;' -e 's,TYPE_INT,TYPE_I,g'
<<

BuildDepends: ladspa-dev (>= 1.12-1012), libsigc++12 (>= 1.2.5-1002), pkgconfig, qt3 (>= 3.3.5-1023), scons (>= 0.90-2), sed, x11, x11-dev
Depends: ladspa (>= 1.12-1012), libsigc++12-shlibs (>= 1.2.5-1002), qt3-shlibs (>= 3.3.5-1023), x11-shlibs

GCC: 4.0
CompileScript: scons -j1
InstallScript: <<
install -d -m 755 %i/bin
install -c -m 755 cheesetracker/program__QT/cheesetracker_qt %i/bin/cheesetracker
<<

DocFiles: <<
cheesetracker/AUTHORS
cheesetracker/COPYING
cheesetracker/ChangeLog
cheesetracker/INSTALL*
cheesetracker/NEWS
cheesetracker/README
cheesetracker/TODO
cheesetracker/docs/*.txt
<<
Description: Impulse Tracker-compatible module editor
DescDetail: <<
Cheese Tracker is a program to create module music. It aims to have an
interface and feature set similar to that of Impulse Tracker. It works on
Unix systems and on Windows (using cygwin), but all the interface/audio
code is fully modular and abstracted in individual classes, which should
make the porting of this program to other platforms very easy.
<<
License: GPL
Maintainer: Benjamin Reed