1prefix=/usr 2exec_prefix=${prefix} 3libdir=${exec_prefix}/lib 4includedir=${prefix}/include 5 6Name: egl 7Description: egl for RaspberryPI 8Version: 0.0 9Libs: -L${libdir} -lEGL -lGLESv2 10Cflags: -I${includedir}/vc -I${includedir}/interface -I${includedir}/interface/vcos -I${includedir}/interface/vcos/pthreads 11