public
Description: A small, light-weight, fast web-server written in C
Homepage: http://www.cherokee-project.com/
Clone URL: git://github.com/brosner/cherokee.git
Search Repo:
cherokee / cherokee.pc.in
100644 11 lines (9 sloc) 0.28 kb
1
2
3
4
5
6
7
8
9
10
11
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
 
 
Name: Cherokee
Description: Cherokee web server framework
Version: @VERSION@
Libs: -L${libdir} -lcherokee-base -lcherokee-server -lcherokee-client
Cflags: -I${includedir} -I${includedir}/cherokee