• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1prefix=/usr/local
2exec_prefix=${prefix}
3libdir=${exec_prefix}/lib
4includedir=${prefix}/include
5
6Name: LibVNCClient
7Description: A library for easy implementation of a VNC client.
8Version: 0.9.9
9Requires:
10Libs: -L${libdir} -lvncclient -lnsl -lpthread -lz -lpng -ljpeg -lresolv
11Cflags: -I${includedir}
12
13