Skip to content

Commit

Permalink
[build] transitioned from wscript to gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
heapwolf committed Jan 17, 2013
1 parent 7b79044 commit 334b59d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 26 deletions.
12 changes: 12 additions & 0 deletions binding.gyp
@@ -0,0 +1,12 @@
{
'targets': [
{
'target_name': 'libdtrace',
'include_dirs': [
],
'sources': [
'libdtrace.cc',
]
}
]
}
22 changes: 12 additions & 10 deletions package.json
@@ -1,12 +1,14 @@
{
"name": "libdtrace",
"version": "0.0.2",
"description": "Solaris libdtrace bindings",
"homepage": "https://github.com/bcantrill/node-libdtrace",
"author": "Joyent (joyent.com)",
"engines": { "node": ">=0.6" },
"main": "./build/Release/libdtrace",
"scripts": {
"install": "node-waf configure build"
}
"name": "libdtrace",
"version": "0.0.2",
"description": "Solaris libdtrace bindings",
"homepage": "https://github.com/bcantrill/node-libdtrace",
"author": "Joyent (joyent.com)",
"engines": {
"node": ">=0.9.x"
},
"main": "./build/Release/libdtrace",
"scripts": {
"install": "node-waf configure build"
}
}
16 changes: 0 additions & 16 deletions wscript

This file was deleted.

0 comments on commit 334b59d

Please sign in to comment.