summaryrefslogtreecommitdiff
path: root/nodejs/runtime-nodejs.p5m
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2012-12-12 11:21:58 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2012-12-12 11:21:58 +0400
commit49488226ca1a94708829575ce2fd1f051301febf (patch)
tree7ee0306ad952bcecc68cfe0af7ef0f5f93d619fb /nodejs/runtime-nodejs.p5m
parent0f1bbbc58b9392e7e2927d330eb8cf83179be387 (diff)
downloadcibs-pkgs-49488226ca1a94708829575ce2fd1f051301febf.tar.gz
Node.js 0.8.15; split runtime and development files
Diffstat (limited to 'nodejs/runtime-nodejs.p5m')
-rw-r--r--nodejs/runtime-nodejs.p5m13
1 files changed, 13 insertions, 0 deletions
diff --git a/nodejs/runtime-nodejs.p5m b/nodejs/runtime-nodejs.p5m
new file mode 100644
index 0000000..cf678bd
--- /dev/null
+++ b/nodejs/runtime-nodejs.p5m
@@ -0,0 +1,13 @@
+set name=pkg.fmri value=pkg:/runtime/$(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)"
+
+
+dir path=usr/lib/nodejs
+file usr/bin/node path=usr/bin/nodejs
+link path=usr/bin/node target=nodejs
+file usr/share/man/man1/node.1 path=usr/share/man/man1/nodejs.1
+link path=usr/share/man/man1/node.1 target=nodejs.1
+