pspec.xml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>telnet-bsd</Name>
  6. <Homepage>ftp://ftp.suse.com/pub/people/kukuk/ipv6/</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Telnet and telnetd</Summary>
  14. <Description>telnet-bsd provides a command line telnet client which is used for remote login using the telnet protocol.</Description>
  15. <Archive sha1sum="2f8b8894fa1eefc9929534e703d4eba4bdee1796" type="tarbz2">https://sourceforge.net/projects/pisilinux/files/source/telnet-bsd-1.2.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>ncurses-devel</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>telnet-bsd</Name>
  22. <RuntimeDependencies>
  23. <Dependency>ncurses</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="executable">/usr/bin</Path>
  27. <Path fileType="executable">/usr/sbin</Path>
  28. <Path fileType="man">/usr/share/man</Path>
  29. <Path fileType="doc">/usr/share/doc</Path>
  30. </Files>
  31. </Package>
  32. <History>
  33. <Update release="1">
  34. <Date>2019-05-22</Date>
  35. <Version>1.2</Version>
  36. <Comment>First release</Comment>
  37. <Name>Kamil Atlı</Name>
  38. <Email>suvari@pisilinux.org</Email>
  39. </Update>
  40. </History>
  41. </PISI>