Package: adonthell Version: 0.3.5 Revision: 2 Source: http://savannah.nongnu.org/download/adonthell/%n-src-%v.tar.gz Source-MD5: 64a344b1ed8a7808d7adafa337120a00 SourceDirectory: %n-%v License: GPL Homepage: http://adonthell.linuxgames.com Maintainer: Pierre-Henri Lavigne Description: Open Source RPG Engine DescDetail: << Engine used by the Waste's Edge RPG : At first sight, everything looks peaceful on the island of Adonthell. But Tomas Hterin's verse has become true in a way that no one would ever have expected. Now there is an urgent need for someone to take a light into the darkness and stand where even those of greater wisdom failed. << Docfiles: ABOUT-NLS AUTHORS ChangeLog FULLSCREEN.howto INSTALL NEWBIE NEWS README BuildDepends: << freetype219 (>= 2.6-1), gcc5-compiler, libgettext8-dev, libiconv-bin, libiconv-dev, libogg, libvorbis0, python27, sdl-mixer, sdl, sdl-ttf, swig << Depends: << freetype219-shlibs (>= 2.6-1), gcc5-shlibs, libgettext8-shlibs, libiconv, libogg-shlibs, libvorbis0-shlibs, python27-shlibs, sdl-mixer-shlibs, sdl-shlibs, sdl-ttf-shlibs, smpeg-shlibs << GCC: 4.0 # 'adonthell -c' is just a wrapper around 'python compileall' # but hangs without a live aqua session available (uses sdl?) PatchFile: %n.patch PatchFile-MD5: 3abf263d08861a181c19ebccdcac2a63 PatchScript: sed 's,FINK_PREFIX,%p,g' < %{PatchFile} | patch -p1 ConfigureParams: --enable-dependency-tracking --disable-sdltest --disable-vorbistest --with-libiconv-prefix=%p --with-sdl-prefix=%p --with-py-libs="`%p/bin/python2.7-config --libs`" --with-py-cflags="`%p/bin/python2.7-config --cflags`" CompileScript: << #!/bin/bash -ev export CC="%p/bin/gcc-fsf-5" export CXX="%p/bin/g++-fsf-5 -fpermissive" ./configure %c make fink-package-precedence . <<