Home | History | Annotate | Download | only in libvncserver
      1 prefix=/usr/local
      2 exec_prefix=${prefix}
      3 libdir=${exec_prefix}/lib
      4 includedir=${prefix}/include
      5 
      6 Name: LibVNCServer
      7 Description: A library for easy implementation of a VNC server.
      8 Version: 0.9.9
      9 Requires:
     10 Libs: -L${libdir} -lvncserver -lnsl -lpthread -lz -lpng -ljpeg -lresolv    
     11 Cflags: -I${includedir}
     12 
     13