mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-26 23:54:01 +00:00
11 lines
207 B
PkgConfig
11 lines
207 B
PkgConfig
prefix=@out@
|
|
exec_prefix=${prefix}
|
|
libdir=@out@/lib
|
|
includedir=@out@/include
|
|
|
|
Name: tbox
|
|
Description: A glib-like multi-platform c library
|
|
Version: @version@
|
|
Libs: -L${libdir} -ltbox
|
|
Cflags: -I${includedir}
|