Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
faaf0b52
Commit
faaf0b52
authored
9 years ago
by
Damian Montero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding node_stable Package for STABLE branch of node (v5.4.1)
parent
4d1f2242
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
9 deletions
+14
-9
packages/node_stable.rb
packages/node_stable.rb
+14
-9
No files found.
packages/node_stable.rb
View file @
faaf0b52
...
...
@@ -2,13 +2,18 @@ require 'package'
class
Node_stable
<
Package
version
'5.4.1'
binary_url
({
i686:
"https://nodejs.org/dist/v5.4.1/node-v5.4.1-linux-x64.tar.xz"
,
x86_64:
"https://nodejs.org/dist/v5.4.1/node-v5.4.1-linux-x86.tar.xz"
})
binary_sha1
({
i686:
"39c4e3f5f78849aba02c02f49a9093898c52b933"
,
x86_64:
"f7aaac398450a383958b2ecffa987adbec179a18"
})
end
source_url
'https://nodejs.org/dist/v5.4.1/node-v5.4.1.tar.gz'
source_sha1
'8055bb2bf30a44ed5aaf4b07e69709dd09ca3ebf'
depends_on
'buildessential'
depends_on
'python27'
def
self
.
build
system
"CC='gcc' python2.7 ./configure"
system
"make"
end
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
end
end
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment