nodejs:ver. bump and fix deps

This commit is contained in:
blue-devil
2020-04-27 02:41:40 +03:00
parent c4ac2c0a17
commit ca42d81dac
3 changed files with 23 additions and 11 deletions
+4 -2
View File
@@ -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*")