sshpaa:First release

This commit is contained in:
Rmys
2019-05-04 19:10:16 +03:00
parent bfa89f1146
commit a760ec55d2
7 changed files with 1068 additions and 1166 deletions
+992 -1164
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
4ceb26d174dd3823d0fc157bb7ba4989e386d014
d49f4855c2de0cbb0db216e85a3429c4ee918e0b
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
ea575c419bd4446ff75fd36087a934c453e90b3a
db6f163f159cae1e9ccdee7d75abd8d940f38026
+20
View File
@@ -0,0 +1,20 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure()
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
+46
View File
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>sshpass</Name>
<Homepage>https://sourceforge.net/projects/sshpass/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>app:console</IsA>
<Summary>Fool ssh into accepting an interactive password non-interactively</Summary>
<Description>Fool ssh into accepting an interactive password non-interactively</Description>
<Archive sha1sum="633652e2160819ac7c7e1a351327027d2faa4fd6" type="targz">https://sourceforge.net/projects/sshpass/files/sshpass/1.06/sshpass-1.06.tar.gz</Archive>
<BuildDependencies>
<Dependency>openssh</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch>sshpass.patch</Patch> -->
</Patches>
</Source>
<Package>
<Name>sshpass</Name>
<RuntimeDependencies>
<Dependency>openssh</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-05-04</Date>
<Version>1.06</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>sshpass</Name>
<Summary xml:lang="tr">Fool ssh into accepting an interactive password non-interactively</Summary>
<Description xml:lang="tr">Fool ssh into accepting an interactive password non-interactively</Description>
</Source>
</PISI>