Package: daaplib Version: 0.1.1a Revision: 10 # Distribution: 10.5 Maintainer: Darian Lanx Source: http://deleet.de/projekte/daap/daaplib/%n.%v.zip Source-MD5: 038df4ac53780074e6e642a6e928f4fb BuildDependsOnly: True CompileScript: << #!/bin/sh -ex cd daaplib/src make << InstallScript: << mkdir %i/lib mkdir -p %i/include/daap install -c -p -m 644 daaplib/src/libdaaplib.a %i/lib/libdaaplib.a /usr/bin/ranlib %i/lib/libdaaplib.a install -c -p -m 644 daaplib/include/daap/basic.h %i/include/daap/basic.h install -c -p -m 644 daaplib/include/daap/registry.h %i/include/daap/registry.h install -c -p -m 644 daaplib/include/daap/taginput.h %i/include/daap/taginput.h install -c -p -m 644 daaplib/include/daap/tagoutput.h %i/include/daap/tagoutput.h << DocFiles: COPYING README daap.dsw Description: Library needed to build the daap Daemon DescDetail: << This is a the support library for daap needed to build the daap Daemon. << DescPort: << Fails building with gcc-4.2, so restrict Dist. registry.cpp:134: error: 'end' was not declared in this scope << License: GPL Homepage: http://www.deleet.de/projekte/daap/daaplib/