mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-19 22:41:31 +00:00
This commit generates a `gnustep-base.pc` file which is installed in `/lib/pkgconfig` and contains the GNUstep base version number, the libraries to link (equivalent to `gnustep-config --base-libs`) with and the C flags to use (equivalent to `gnustep-config --objc-flags`).
6 lines
224 B
PkgConfig
6 lines
224 B
PkgConfig
Name: gnustep-base
|
|
Description: The GNUstep Base Library is a library of general-purpose, non-graphical Objective C objects.
|
|
Version: @VERSION@
|
|
URL: https://github.com/gnustep/libs-base/
|
|
Libs: @BASELIBS@
|
|
Cflags: @BASEFLAGS@
|