nodejs-20.4.0
This commit is contained in:
@@ -21,12 +21,12 @@ def setup():
|
|||||||
--shared-openssl \
|
--shared-openssl \
|
||||||
--shared-nghttp2 \
|
--shared-nghttp2 \
|
||||||
--shared-zlib \
|
--shared-zlib \
|
||||||
--with-intl=system-icu")
|
")
|
||||||
|
# --with-intl=system-icu
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
pisitools.dodoc("AUTHORS", "README*")
|
pisitools.dodoc("LICENSE", "README*")
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<Summary>Evented I/O for V8 javascript</Summary>
|
<Summary>Evented I/O for V8 javascript</Summary>
|
||||||
<Description>Node.js is an open-source, cross-platform, JavaScript runtime environment. It executes JavaScript code outside of a browser.</Description>
|
<Description>Node.js is an open-source, cross-platform, JavaScript runtime environment. It executes JavaScript code outside of a browser.</Description>
|
||||||
<Archive sha1sum="14aa93b839e46f4b933e1c86d725f48c1905f95a" type="tarxz">https://nodejs.org/dist/v16.11.1/node-v16.11.1.tar.xz</Archive>
|
<Archive sha1sum="b2f32b0168d14e60470e8bced6cb67856fb4a99b" type="tarxz">https://nodejs.org/dist/v20.4.0/node-v20.4.0.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>icu4c-devel</Dependency>
|
<Dependency>icu4c-devel</Dependency>
|
||||||
<Dependency>libuv-devel</Dependency>
|
<Dependency>libuv-devel</Dependency>
|
||||||
@@ -48,6 +48,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="12">
|
||||||
|
<Date>2023-07-06</Date>
|
||||||
|
<Version>20.4.0</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="11">
|
<Update release="11">
|
||||||
<Date>2021-10-23</Date>
|
<Date>2021-10-23</Date>
|
||||||
<Version>16.11.1</Version>
|
<Version>16.11.1</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user