summaryrefslogtreecommitdiff
path: root/nodejs/nodejs.p5m
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2012-11-01 23:38:31 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2012-11-01 23:38:31 +0400
commitafdcd6d18fea7311230246f3269d3ad24608da9c (patch)
treebc717e9aadec90e83e2bbbd1f337192ab7767e09 /nodejs/nodejs.p5m
parent9a102cdbd6daa0ed61a78f70a6f25ad48d5baab4 (diff)
downloadcibs-pkgs-afdcd6d18fea7311230246f3269d3ad24608da9c.tar.gz
Node.js 0.8.x (in progress)
Diffstat (limited to 'nodejs/nodejs.p5m')
-rw-r--r--nodejs/nodejs.p5m12
1 files changed, 12 insertions, 0 deletions
diff --git a/nodejs/nodejs.p5m b/nodejs/nodejs.p5m
new file mode 100644
index 0000000..cbd8f09
--- /dev/null
+++ b/nodejs/nodejs.p5m
@@ -0,0 +1,12 @@
+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)"
+
+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
+