gnu parallel.
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 https://www.gnu.org/licenses/gpl-3.0.txt
|
||||||
|
|
||||||
|
from pisi.actionsapi import autotools, pisitools, get
|
||||||
|
|
||||||
|
def setup():
|
||||||
|
autotools.configure()
|
||||||
|
|
||||||
|
def build():
|
||||||
|
autotools.make()
|
||||||
|
|
||||||
|
def install():
|
||||||
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
|
pisitools.dodoc("LICENSES/*", "CREDITS", "README")
|
||||||
@@ -0,0 +1,54 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>parallel</Name>
|
||||||
|
<Homepage>https://www.gnu.org/software/parallel/</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admin@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>CC-BY-SAv4.0/GPLv3</License>
|
||||||
|
<PartOf>programming.tool</PartOf>
|
||||||
|
<Summary>A shell tool for executing jobs in parallel using one or more computers.</Summary>
|
||||||
|
<Description>pass</Description>
|
||||||
|
<Archive sha1sum="1c5b4a4b4737db26d3c28b6669b82f1dad113863" type="tarbz2">
|
||||||
|
mirrors://gnu/parallel/parallel-20241122.tar.bz2
|
||||||
|
</Archive>
|
||||||
|
<Patches>
|
||||||
|
<!-- <Patch level="1"></Patch> -->
|
||||||
|
</Patches>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>parallel</Name>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
|
<Path fileType="data">/usr/share/bash-completion</Path>
|
||||||
|
<Path fileType="data">/usr/share/zsh</Path>
|
||||||
|
<Path fileType="man">/usr/share/man</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc/parallel/CREDITS</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc/parallel/README</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc/parallel/CC-BY-SA-4.0.txt</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc/parallel/GFDL-1.3-or-later.txt</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc/parallel/GPL-3.0-or-later.txt</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>parallel-doc</Name>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2024-12-22</Date>
|
||||||
|
<Version>20241122</Version>
|
||||||
|
<Comment>Init.</Comment>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admin@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user