Current File : //usr/local/apr/lib/pkgconfig/apr-1.pc
prefix=/usr/local/apr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
APR_MAJOR_VERSION=1
includedir=${prefix}/include/apr-${APR_MAJOR_VERSION}

Name: APR
Description: The Apache Portable Runtime library
Version: 1.5.1
Libs: -L${libdir} -lapr-${APR_MAJOR_VERSION} -luuid -lsendfile -lsocket -lnsl  -lpthread
Cflags: -DSOLARIS2=11 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE -g -O2 -I${includedir}