1prefix=@prefix@ 2exec_prefix=@exec_prefix@ 3libdir=@libdir@ 4includedir=@includedir@ 5 6Name: LibVNCClient 7Description: A library for easy implementation of a VNC client. 8Version: @VERSION@ 9Requires: 10Requires.private: zlib 11Libs: -L${libdir} -lvncclient 12Libs.private: @LIBS@ @WSOCKLIB@ 13Cflags: -I${includedir} 14 15