Merge pull request #8456 from blue-devil/master
nodejs:ver. bump and fix deps
This commit is contained in:
@@ -5,14 +5,16 @@
|
|||||||
# Licensed under the GNU General Public License, version 2.
|
# Licensed under the GNU General Public License, version 2.
|
||||||
# See the file http://www.gnu.org/copyleft/gpl.txt.
|
# See the file http://www.gnu.org/copyleft/gpl.txt.
|
||||||
|
|
||||||
|
from pisi.actionsapi import shelltools
|
||||||
from pisi.actionsapi import autotools
|
from pisi.actionsapi import autotools
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import shelltools
|
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
# WorkDir = ""
|
# WorkDir = ""
|
||||||
# NoStrip = "/"
|
# NoStrip = "/"
|
||||||
|
|
||||||
|
shelltools.export("JOBS", get.makeJOBS().replace("-j5", "-j2"))
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
autotools.rawConfigure("--prefix=/usr \
|
autotools.rawConfigure("--prefix=/usr \
|
||||||
--with-intl=system-icu \
|
--with-intl=system-icu \
|
||||||
@@ -24,4 +26,4 @@ def build():
|
|||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
pisitools.dodoc("AUTHORS", "README*")
|
pisitools.dodoc("AUTHORS", "README*")
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>nodejs</Name>
|
<Name>nodejs</Name>
|
||||||
@@ -8,37 +8,47 @@
|
|||||||
<Name>Ertuğrul Erata</Name>
|
<Name>Ertuğrul Erata</Name>
|
||||||
<Email>ertugrulerata@gmail.com</Email>
|
<Email>ertugrulerata@gmail.com</Email>
|
||||||
</Packager>
|
</Packager>
|
||||||
|
<PartOf>network.library</PartOf>
|
||||||
<License>MIT</License>
|
<License>MIT</License>
|
||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<Summary>is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications</Summary>
|
<Summary>Evented I/O for V8 javascript</Summary>
|
||||||
<Description>Evented I/O for V8 javascript</Description>
|
<Description>Node.js is an open-source, cross-platform, JavaScript runtime environment. It executes JavaScript code outside of a browser.</Description>
|
||||||
<Archive sha1sum="4819051ae25f57c8120ac469d6195089a7a54dce" type="tarxz">https://nodejs.org/dist/v13.6.0/node-v13.6.0.tar.xz</Archive>
|
<Archive sha1sum="2404a6c09fd613ee4e996bf75fde765afed4cd11" type="tarxz">https://nodejs.org/dist/v14.0.0/node-v14.0.0.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>openssl-devel</Dependency>
|
<Dependency>openssl-devel</Dependency>
|
||||||
<Dependency>icu4c-devel</Dependency>
|
<Dependency>icu4c-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Patches>
|
<Patches>
|
||||||
<!-- <Patch level="1">nodejs-v8-icu59.patch</Patch> -->
|
<!--<Patch level="1">nodejs-v8-icu59.patch</Patch> -->
|
||||||
</Patches>
|
</Patches>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>nodejs</Name>
|
<Name>nodejs</Name>
|
||||||
|
<Summary>Node.js JavaScript runtime</Summary>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>openssl</Dependency>
|
<Dependency>openssl</Dependency>
|
||||||
<Dependency>libgcc</Dependency>
|
<Dependency>libgcc</Dependency>
|
||||||
|
<Dependency>icu4c</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
|
<Path fileType="data">/usr/lib/node_modules</Path>
|
||||||
|
<Path fileType="data">/usr/share/systemtap</Path>
|
||||||
<Path fileType="executable">/usr/bin</Path>
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
<Path fileType="header">/usr/include</Path>
|
<Path fileType="header">/usr/include</Path>
|
||||||
<Path fileType="data">/usr/lib/node_modules</Path>
|
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
<Path fileType="man">/usr/share/man</Path>
|
<Path fileType="man">/usr/share/man</Path>
|
||||||
<Path fileType="data">/usr/share/systemtap</Path>
|
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="6">
|
||||||
|
<Date>2020-04-26</Date>
|
||||||
|
<Version>14.0.0</Version>
|
||||||
|
<Comment>Major version bump.</Comment>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="5">
|
<Update release="5">
|
||||||
<Date>2020-01-17</Date>
|
<Date>2020-01-17</Date>
|
||||||
<Version>13.6.0</Version>
|
<Version>13.6.0</Version>
|
||||||
@@ -75,4 +85,4 @@
|
|||||||
<Email>ertugrulerata@gmail.com</Email>
|
<Email>ertugrulerata@gmail.com</Email>
|
||||||
</Update>
|
</Update>
|
||||||
</History>
|
</History>
|
||||||
</PISI>
|
</PISI>
|
||||||
@@ -5,4 +5,4 @@
|
|||||||
<Summary xml:lang="tr">Olay bazlı V8 Javascript motoru</Summary>
|
<Summary xml:lang="tr">Olay bazlı V8 Javascript motoru</Summary>
|
||||||
<Description xml:lang="tr">Kolay, hızlı, ölçeklenebilir ağ uygulamaları oluşturmak için Chrome'un JavaScript çalışma üzerine inşa edilmiş bir platform.</Description>
|
<Description xml:lang="tr">Kolay, hızlı, ölçeklenebilir ağ uygulamaları oluşturmak için Chrome'un JavaScript çalışma üzerine inşa edilmiş bir platform.</Description>
|
||||||
</Source>
|
</Source>
|
||||||
</PISI>
|
</PISI>
|
||||||
Reference in New Issue
Block a user