diff --git a/desktop/npm/npm-5.3.0/actions.py b/desktop/npm/npm-5.3.0/actions.py new file mode 100644 index 0000000000..e5ddfdfcac --- /dev/null +++ b/desktop/npm/npm-5.3.0/actions.py @@ -0,0 +1,18 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import get +#from pisi.actionsapi import pisitools + + +def configure(): + autotools.configure() + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) diff --git a/desktop/npm/npm-5.3.0/pspec.xml b/desktop/npm/npm-5.3.0/pspec.xml new file mode 100644 index 0000000000..7a98e969f0 --- /dev/null +++ b/desktop/npm/npm-5.3.0/pspec.xml @@ -0,0 +1,39 @@ + + + npm-5.3.0 + https://www.npmjs.com + + codebreaker + - + + GPL + Package Manager + Node Paket Yoneticisi + Node Package Manager + Node Paket Yoneticisi + + nodejs + + https://sourceforge.net/p/adder/targz/ci/master/tree/npm.tar.gz?format=raw + + + npm-5.3.0 + + /usr/bin/ + /usr/lib/ + /usr/share/ + + + marked-man + + + + + 2017-08-13 + 5.3.0 + Latest version + codebreaker + - + + +