diff options
author | Ian Whyman <thev00d00@gentoo.org> | 2017-05-24 21:33:04 +0100 |
---|---|---|
committer | Ian Whyman <thev00d00@gentoo.org> | 2017-05-24 21:33:04 +0100 |
commit | e3b92a8eb71ba2141b960c00558901266a0d7865 (patch) | |
tree | ce4a7e9bd1b3e4fe9a8d57245b8145508a901c14 /dev-lang/duktape/files | |
parent | kde-frameworks: Remove KDE Frameworks 5.33.0 (diff) | |
download | gentoo-e3b92a8eb71ba2141b960c00558901266a0d7865.tar.gz gentoo-e3b92a8eb71ba2141b960c00558901266a0d7865.tar.bz2 gentoo-e3b92a8eb71ba2141b960c00558901266a0d7865.zip |
dev-lang/duktape: New package, ebuild by me
Thanks to Alexander F Rødseth <xyproto@archlinux.org> for the duktape.pc file.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-lang/duktape/files')
-rw-r--r-- | dev-lang/duktape/files/duktape.pc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-lang/duktape/files/duktape.pc b/dev-lang/duktape/files/duktape.pc new file mode 100644 index 000000000000..3aa14bf929a1 --- /dev/null +++ b/dev-lang/duktape/files/duktape.pc @@ -0,0 +1,10 @@ +prefix=/usr +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include + +Name: duktape +Description: Embeddable Javascript engine +Version: VERSION +Libs: -L${libdir} -lduktape +Cflags: -I${includedir} |