annotate pkgconfig/vamp-hostsdk.pc.in @ 305:250c7aaff287

* Change arch defaults to as to use universal binaries (we have to change them somehow, because the default is now 64-bit which breaks 32-bit hosts)
author cannam
date Wed, 09 Jun 2010 13:50:53 +0000
parents c97e70ed5abc
children ebc47e614cf5
rev   line source
cannam@228 1 prefix=%PREFIX%
cannam@228 2 exec_prefix=${prefix}
cannam@228 3 libdir=${exec_prefix}/lib
cannam@228 4 includedir=${prefix}/include
cannam@228 5
cannam@228 6 Name: vamp-hostsdk
cannam@290 7 Version: 2.1.0
cannam@228 8 Description: Development library for Vamp audio analysis plugin hosts
cannam@280 9 Libs: -L${libdir} -lvamp-hostsdk -ldl
cannam@228 10 Cflags: -I${includedir}