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
     5         kx SERF_MAJOR_VERSION=1
     5         kx prefix=@prefix@
     5         kx exec_prefix=${prefix}
     5         kx libdir=@libdir@
     5         kx includedir=${prefix}/include/serf-${SERF_MAJOR_VERSION}
     5         kx 
     5         kx Name: serf
     5         kx Description: HTTP client library
     5         kx Version: @PACKAGE_VERSION@
     5         kx Requires.private: libssl libcrypto
     5         kx Libs: -L${libdir} -lserf-${SERF_MAJOR_VERSION}
     5         kx Libs.private: @LDFLAGS@ @APR_LDFLAGS@ @APR_LIBS@ @LIBS@
     5         kx Cflags: -I${includedir}