pspec.xml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>expect</Name>
  6. <Homepage>https://core.tcl-lang.org/expect/index</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. <IsA>library</IsA>
  14. <Summary>A tool for automating interactive applications</Summary>
  15. <Description>Expect is a tool for automating interactive applications such as telnet, ftp, passwd, fsck, rlogin, tip, etc. Expect really makes this stuff trivial. Expect is also useful for testing these same applications.</Description>
  16. <Archive sha1sum="a97b2f377c6a799928d6728c2ada55beb7f57d96" type="targz">mirrors://sourceforge/expect/Expect/5.45.4/expect5.45.4.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>tcl-devel</Dependency>
  19. </BuildDependencies>
  20. <Patches>
  21. <Patch level="1">expect-5.44.1.15-ldflags.patch</Patch>
  22. <Patch level="1">expect-5.43.0-fixformatsecurity.patch</Patch>
  23. <Patch level="1">expect-fedora-5.32.2-random.patch</Patch>
  24. <Patch level="1">expect-fedora-5.43.0-log_file.patch</Patch>
  25. </Patches>
  26. </Source>
  27. <Package>
  28. <Name>expect</Name>
  29. <RuntimeDependencies>
  30. <Dependency>tcl</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="executable">/usr/bin</Path>
  34. <Path fileType="library">/usr/lib</Path>
  35. <Path fileType="man">/usr/share/man</Path>
  36. <Path fileType="doc">/usr/share/doc</Path>
  37. </Files>
  38. </Package>
  39. <History>
  40. <Update release="1">
  41. <Date>2022-05-01</Date>
  42. <Version>5.45.4</Version>
  43. <Comment>First release</Comment>
  44. <Name>Kamil Atlı</Name>
  45. <Email>suvari@pisilinux.org</Email>
  46. </Update>
  47. </History>
  48. </PISI>