mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 02:06:46 +01: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}
|