pspec.xml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libptytty</Name>
  6. <Homepage>http://software.schmorp.de/pkg/libptytty.html</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL-2</License>
  12. <IsA>library</IsA>
  13. <PartOf>programming.library</PartOf>
  14. <Summary>OS independent and secure pty/tty and utmp/wtmp/lastlog handling.</Summary>
  15. <Description>Libptytty is a small library that offers pseudo-tty management in an OS-independent way. It was created out of frustration over the many differences of pty/tty handling in different operating systems for the use inside "rxvt-unicode".</Description>
  16. <Archive sha1sum="ed0605e23615559139ed8526e1bfaebaf9a95c43" type="targz">
  17. https://ftp.osuosl.org/pub/blfs/conglomeration/libptytty/libptytty-2.0.tar.gz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>cmake</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>libptytty</Name>
  25. <RuntimeDependencies>
  26. <Dependency>libgcc</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="library">/usr/lib</Path>
  30. <Path fileType="man">/usr/share/man/man3</Path>
  31. <Path fileType="doc">/usr/share/doc/libptytty</Path>
  32. </Files>
  33. </Package>
  34. <Package>
  35. <Name>libptytty-devel</Name>
  36. <RuntimeDependencies>
  37. <Dependency release="current">libptytty</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="header">/usr/include</Path>
  41. <Path fileType="library">/usr/lib/pkgconfig</Path>
  42. </Files>
  43. </Package>
  44. <History>
  45. <Update release="1">
  46. <Date>2021-12-21</Date>
  47. <Version>2.0</Version>
  48. <Comment>First build.</Comment>
  49. <Name>fury</Name>
  50. <Email>uglyside@yandex.ru</Email>
  51. </Update>
  52. </History>
  53. </PISI>