mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 02:33:25 +00:00
11 lines
272 B
PkgConfig
11 lines
272 B
PkgConfig
|
prefix=@out@
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: duktape
|
||
|
Description: An embeddable Javascript engine, with a focus on portability and compact footprint
|
||
|
Version: @version@
|
||
|
Libs: -L${libdir} -lduktape
|
||
|
Cflags: -I${includedir}
|