12 lines
284 B
PkgConfig
12 lines
284 B
PkgConfig
prefix=PREFIX
|
|
includedir=${prefix}/include
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
|
|
Name: libApp
|
|
Description: DeforaOS System essential library
|
|
Version: VERSION
|
|
Requires: libSystem
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -Wl,-rpath-link,${libdir} -Wl,-rpath,${libdir} -lApp
|