littre-mac-10.6 stable port information

Package: littre-mac
Version: 2.0
Revision: 12
Distribution: 10.6
Description: French dictionary (Aqua version)
DescDetail: E'mile Littre' dictionary of French; reference book for lovers of literature.
Maintainer: None
License: OSI-Approved
Homepage: http://code.google.com/p/dictionnaire-le-littre/
BuildDepends: <<
qt4-base-mac (>= 4.7.3-1),
fink (>= 0.30.0-1),
libiconv-dev,
libpng14,
system-openssl-dev
<<
Depends: <<
qt4-base-mac-qtcore-shlibs (>= 4.7.3-1),
qt4-base-mac-qtgui-shlibs (>= 4.7.3-1),
qt4-base-mac-qtxml-shlibs (>= 4.7.3-1),
libiconv,
libpng14-shlibs
<<
Source: http://dictionnaire-le-littre.googlecode.com/files/Littre-source-%v.tar.bz2
Source-MD5: c71666ae4cf6353d2bbb7e98dcca9159
SourceDirectory: Littre-source-%v
CompileScript: <<
#!/bin/sh -ev
%p/lib/qt4-mac/bin/qmake Littre.pro
make
<<
InstallScript: <<
#!/bin/sh -ev
cd bin
install Littre-* Littre.app/Contents/MacOS
install Littre.qm Littre.app/Contents/MacOS
<<
AppBundles: bin/Littre.app
DocFiles: Licence-CeCILL.txt
DescPort: <<
Always uses the system's openssl even with a Fink opensslN installed, so just put
system-openssl-dev in the BuildDepends for bookkeeping.
Upstream doesn't install the data files in the same directory as the executable, even though
they're required.
<<
DescPackaging: <<
Due to the system's openssl being 0.9.8 on 10.6, separate the Revision there to force rebuilds
when the OS is updated.
<<