@@ -0,0 +1,3 @@
|
||||
<PISI>
|
||||
<Name>network.remoteshell</Name>
|
||||
</PISI>
|
||||
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/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("--enable-nls")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
pisitools.dodoc("README", "THANKS", "NEWS", "AUTHORS", "ChangeLog")
|
||||
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>telnet-bsd</Name>
|
||||
<Homepage>ftp://ftp.suse.com/pub/people/kukuk/ipv6/</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Telnet and telnetd</Summary>
|
||||
<Description>telnet-bsd provides a command line telnet client which is used for remote login using the telnet protocol.</Description>
|
||||
<Archive sha1sum="2f8b8894fa1eefc9929534e703d4eba4bdee1796" type="tarbz2">https://sourceforge.net/projects/pisilinux/files/source/telnet-bsd-1.2.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>ncurses-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>telnet-bsd</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>ncurses</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="executable">/usr/sbin</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2019-05-22</Date>
|
||||
<Version>1.2</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>telnet-bsd</Name>
|
||||
<Summary xml:lang="tr">Telnet protokolünün OpenBSD işletim sisteminden alınmış hali. IPV6 desteği içerir.</Summary>
|
||||
<Description xml:lang="tr">telnet-bsd, telnet protokolünü kullanarak uzaktan bağlantı sağlayan bir komut satırı telnet istemcisidir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+201458
-201415
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
82c23f967431a9e3e7b2716c939c914b7713def8
|
||||
2b75f8f213d160f32ace742e7da48e0baf7dffd5
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
b25d906c059079f8a0f71b15611e539ac423b574
|
||||
0b30c285adf9715f66fb0fb42c2d0bf9c6b1f967
|
||||
Reference in New Issue
Block a user