nodejs:ver.bump
This commit is contained in:
@@ -15,6 +15,7 @@ from pisi.actionsapi import get
|
|||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
autotools.rawConfigure("--prefix=/usr \
|
autotools.rawConfigure("--prefix=/usr \
|
||||||
|
--with-intl=system-icu \
|
||||||
--shared-openssl")
|
--shared-openssl")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
@@ -23,4 +24,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*")
|
||||||
|
|||||||
@@ -12,12 +12,12 @@
|
|||||||
<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>is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications</Summary>
|
||||||
<Description>Evented I/O for V8 javascript</Description>
|
<Description>Evented I/O for V8 javascript</Description>
|
||||||
<Archive sha1sum="19f3feadd52ada7417e63e360fdf9a96be1dd49e" type="targz">http://nodejs.org/dist/v7.9.0/node-v7.9.0.tar.gz</Archive>
|
<Archive sha1sum="9647d364946d71f708b7174f77dc4f7b0b715d80" type="targz">https://nodejs.org/dist/v9.5.0/node-v9.5.0.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>openssl-devel</Dependency>
|
<Dependency>openssl-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>
|
||||||
|
|
||||||
@@ -38,6 +38,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="4">
|
||||||
|
<Date>2018-07-31</Date>
|
||||||
|
<Version>9.5.0</Version>
|
||||||
|
<Comment>Version Bump</Comment>
|
||||||
|
<Name>Pisi Linux Community</Name>
|
||||||
|
<Email>admin@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="3">
|
<Update release="3">
|
||||||
<Date>2017-05-02</Date>
|
<Date>2017-05-02</Date>
|
||||||
<Version>7.9.0</Version>
|
<Version>7.9.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user