diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2013-02-18 17:37:08 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2013-02-18 17:37:08 +0400 |
commit | 6987c942a11bab3b146da8221f4e2c42373ae596 (patch) | |
tree | 6286e1235a22368ad43ce3d0fcf5c270e8c2361d /libv8 | |
parent | be28bbbafb85efc2cffc58b51090952432e5fb64 (diff) | |
download | cibs-pkgs-6987c942a11bab3b146da8221f4e2c42373ae596.tar.gz |
Allow building debs
Diffstat (limited to 'libv8')
-rw-r--r-- | libv8/Makefile | 1 | ||||
-rw-r--r-- | libv8/libv8.p5m | 12 |
2 files changed, 7 insertions, 6 deletions
diff --git a/libv8/Makefile b/libv8/Makefile index 9ecbde7..3b9e6ae 100644 --- a/libv8/Makefile +++ b/libv8/Makefile @@ -59,6 +59,7 @@ install-%-stamp: build-%-stamp mkdir -p $(protodir)/$(libdir) mkdir -p $(protodir)/usr/include cp $(v8out) $(protodir)/$(libdir)/ + cp $(builddir)/include/*.h $(protodir)/usr/include/ touch $@ checksum-v8-3.14.5.3.tar.bz2 := \ diff --git a/libv8/libv8.p5m b/libv8/libv8.p5m index b41bd39..acd1f9c 100644 --- a/libv8/libv8.p5m +++ b/libv8/libv8.p5m @@ -10,9 +10,9 @@ 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 +file path=usr/include/v8-debug.h +file path=usr/include/v8-preparser.h +file path=usr/include/v8-profiler.h +file path=usr/include/v8-testing.h +file path=usr/include/v8.h +file path=usr/include/v8stdint.h |