Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
SERF_MAJOR_VERSION=1
prefix=@prefix@
exec_prefix=${prefix}
libdir=@libdir@
includedir=${prefix}/include/serf-${SERF_MAJOR_VERSION}

Name: serf
Description: HTTP client library
Version: @PACKAGE_VERSION@
Requires.private: libssl libcrypto
Libs: -L${libdir} -lserf-${SERF_MAJOR_VERSION}
Libs.private: @LDFLAGS@ @APR_LDFLAGS@ @APR_LIBS@ @LIBS@
Cflags: -I${includedir}