npm-5.3.0 package
This commit is contained in:
@@ -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())
|
||||
@@ -0,0 +1,39 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>npm-5.3.0</Name>
|
||||
<Homepage>https://www.npmjs.com</Homepage>
|
||||
<Packager>
|
||||
<Name>codebreaker</Name>
|
||||
<Email>-</Email>
|
||||
</Packager>
|
||||
<License>GPL</License>
|
||||
<PartOf>Package Manager</PartOf>
|
||||
<Summary>Node Paket Yoneticisi</Summary>
|
||||
<Summary>Node Package Manager</Summary>
|
||||
<Description>Node Paket Yoneticisi</Description>
|
||||
<BuildDependencies>
|
||||
<Dependency>nodejs</Dependency>
|
||||
</BuildDependencies>
|
||||
<Archive sha1sum="6aeb53c40bd6b42430e3a13693f09e19beeca9c8" type="targz">https://sourceforge.net/p/adder/targz/ci/master/tree/npm.tar.gz?format=raw</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>npm-5.3.0</Name>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/</Path>
|
||||
<Path fileType="library">/usr/lib/</Path>
|
||||
<Path fileType="data">/usr/share/</Path>
|
||||
</Files>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>marked-man</Dependency>
|
||||
</RuntimeDependencies>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2017-08-13</Date>
|
||||
<Version>5.3.0</Version>
|
||||
<Comment>Latest version</Comment>
|
||||
<Name>codebreaker</Name>
|
||||
<Email>-</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user