CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
python: initial import due to footprint mismatches for the ARM architecture
[ports/opt-arm.git] / libmad / mad.pc
1 prefix=/usr
2 exec_prefix=${prefix}
3 libdir=${exec_prefix}/lib
4 includedir=${prefix}/include
5
6 Name: mad
7 Description: MPEG Audio Decoder
8 Requires:
9 Version: #version#
10 Libs: -L${libdir} -lmad -lm
11 Cflags: -I${includedir}