Files
main/network/library/nodejs/pspec.xml
T
2018-07-31 20:31:04 +03:00

72 lines
2.6 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pardus.org.tr/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>nodejs</Name>
<Homepage>http://nodejs.org/</Homepage>
<Packager>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Packager>
<License>MIT</License>
<IsA>app:console</IsA>
<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>
<Archive sha1sum="9647d364946d71f708b7174f77dc4f7b0b715d80" type="targz">https://nodejs.org/dist/v9.5.0/node-v9.5.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>openssl-devel</Dependency>
<Dependency>icu4c-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1">nodejs-v8-icu59.patch</Patch> -->
</Patches>
</Source>
<Package>
<Name>nodejs</Name>
<RuntimeDependencies>
<Dependency>openssl</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/node_modules</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/systemtap</Path>
</Files>
</Package>
<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">
<Date>2017-05-02</Date>
<Version>7.9.0</Version>
<Comment>Version Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>4.1.2</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2015-10-10</Date>
<Version>4.1.2</Version>
<Comment>First release</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>