pspec.xml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>xclip</Name>
  6. <Homepage>https://github.com/astrand/xclip</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Command line interface to the X11 clipboard</Summary>
  14. <Description>xclip is a command line utility that is designed to run on any system with an X11 implementation. It provides an interface to X selections ("the clipboard") from the command line.</Description>
  15. <Archive sha1sum="0231194c2d244213f5b8d83e3e676aa3cb0ef8eb" type="targz">https://github.com/astrand/xclip/archive/0.13.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>libXt-devel</Dependency>
  18. <Dependency>libXmu-devel</Dependency>
  19. <Dependency>libX11-devel</Dependency>
  20. <Dependency>libxcb-devel</Dependency>
  21. <Dependency>libXau-devel</Dependency>
  22. <Dependency>libXext-devel</Dependency>
  23. <Dependency>libXdmcp-devel</Dependency>
  24. </BuildDependencies>
  25. </Source>
  26. <Package>
  27. <Name>xclip</Name>
  28. <RuntimeDependencies>
  29. <Dependency>libXt</Dependency>
  30. <Dependency>libxcb</Dependency>
  31. <Dependency>libXau</Dependency>
  32. <Dependency>libXmu</Dependency>
  33. <Dependency>libX11</Dependency>
  34. <Dependency>libXext</Dependency>
  35. <Dependency>libXdmcp</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="man">/usr/share/man</Path>
  39. <Path fileType="executable">/usr/bin</Path>
  40. <Path fileType="doc">/usr/share/doc</Path>
  41. </Files>
  42. </Package>
  43. <History>
  44. <Update release="1">
  45. <Date>2022-08-13</Date>
  46. <Version>0.13</Version>
  47. <Comment>First release.</Comment>
  48. <Name>Kamil Atlı</Name>
  49. <Email>suvari@pisilinux.org</Email>
  50. </Update>
  51. </History>
  52. </PISI>