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

Up netsurf stuff, lxpanel, slitaz-next...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Sep 27 17:54:12 2017 +0300 (2017-09-27)
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}