Adam Majer
186987ab6d
OBS-URL: https://build.opensuse.org/request/show/499862 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/duktape?expand=0&rev=1
11 lines
235 B
PkgConfig
11 lines
235 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/@libdir@
|
|
includedir=${prefix}/include
|
|
|
|
Name: duktape
|
|
Description: Embeddable Javascript engine
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -lduktape
|
|
Cflags: -I${includedir}/
|