wok-next view duktape/stuff/duktape.pc @ rev 20532

moc, mypaint: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 26 13:35:23 2018 +0200 (2018-03-26)
parents
children
line source
1 prefix=/usr
2 exec_prefix=${prefix}
3 libdir=${exec_prefix}/lib
4 includedir=${prefix}/include
6 Name: duktape
7 Description: Embeddable Javascript engine
8 Version: @@VERSION@@
9 Libs: -L${libdir} -lduktape
10 Cflags: -I${includedir}