12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?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>
|