nodejs:ver. bump and fix deps
This commit is contained in:
@@ -5,14 +5,16 @@
|
||||
# Licensed under the GNU General Public License, version 2.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt.
|
||||
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
# WorkDir = ""
|
||||
# NoStrip = "/"
|
||||
|
||||
shelltools.export("JOBS", get.makeJOBS().replace("-j5", "-j2"))
|
||||
|
||||
def setup():
|
||||
autotools.rawConfigure("--prefix=/usr \
|
||||
--with-intl=system-icu \
|
||||
@@ -24,4 +26,4 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "README*")
|
||||
pisitools.dodoc("AUTHORS", "README*")
|
||||
Reference in New Issue
Block a user