[Pkg-javascript-commits] [node-expat] 189/371: wscript: remove, node-waf is no longer support by node-expat
Jonas Smedegaard
dr at jones.dk
Sun Feb 28 10:00:01 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-expat.
commit c2144dd782aabbc1573d5fa45b9438c9015bd61b
Author: Nathan Rajlich <nathan at tootallnate.net>
Date: Fri Sep 28 23:42:06 2012 -0700
wscript: remove, node-waf is no longer support by node-expat
---
wscript | 26 --------------------------
1 file changed, 26 deletions(-)
diff --git a/wscript b/wscript
deleted file mode 100644
index e38f342..0000000
--- a/wscript
+++ /dev/null
@@ -1,26 +0,0 @@
-srcdir = '.'
-blddir = 'build'
-VERSION = '1.1.0'
-
-def set_options(opt):
- opt.tool_options('compiler_cxx')
-
-def configure(conf):
- conf.check_tool('compiler_cxx')
- conf.check_tool('node_addon')
- conf.check( header_name='expat.h',
- mandatory = True,
- includes = [ '/usr/include', '/usr/local/include' ],
- errmsg = "not installed")
-
- conf.env['LIB_EXPAT'] = ['expat']
-
-
-def build(bld):
- obj = bld.new_task_gen('cxx', 'shlib', 'node_addon')
- obj.target = 'node_expat'
- obj.source = 'node-expat.cc'
- obj.includes = [ '/usr/include', '/usr/local/include' ]
- obj.libpath = [ '/usr/lib', '/usr/lib64', '/usr/local/lib', '/usr/local/lib64' ]
- obj.lib = 'expat'
- obj.uselib = 'EXPAT'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expat.git
More information about the Pkg-javascript-commits
mailing list