blob: b41bd397df2ffd29fb6a93a700e4a6fc469dad57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
set name=pkg.fmri value=pkg:/library/$(name)@$(ips-version)
set name=pkg.summary value="$(summary)"
set name=info.upstream-url value="$(home)"
set name=info.source-url value="$(download)"
license $(license-file) license="$(license)"
depend fmri=pkg:/library/$(name)-$(so-version)@$(ips-version) type=require
depend fmri=pkg:/library/$(name)-$(so-version)@$(ips-version) type=incorporate
link path=usr/lib/$(mach64)/libv8.so \
target=$(libSoname)
file include/v8-debug.h path=usr/include/v8-debug.h
file include/v8-preparser.h path=usr/include/v8-preparser.h
file include/v8-profiler.h path=usr/include/v8-profiler.h
file include/v8-testing.h path=usr/include/v8-testing.h
file include/v8.h path=usr/include/v8.h
file include/v8stdint.h path=usr/include/v8stdint.h
|