1 prefix=/usr 2 exec_prefix=/usr 3 libdir=${exec_prefix}/lib 4 includedir=${prefix}/include 5 6 Name: alsa 7 Description: Advanced Linux Sound Architecture (ALSA) - Library 8 Version: 1.0.15 9 Requires: 10 Libs: -L${libdir} -lasound 11 Libs.private: -lm -ldl -lpthread 12 # -I${includedir}/alsa below is just for backward compatibility 13 # (it was set so mistakely in the older version) 14 Cflags: -I${includedir} -I${includedir}/alsa 15