pspec.xml 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libXdmcp</Name>
  6. <Homepage>http://x.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>library</IsA>
  13. <Summary>X.Org Xdmcp library</Summary>
  14. <Description>LibXdmcp is the X Display Manager Control Protocol library.</Description>
  15. <Archive sha1sum="3c09eabb0617c275b5ab09fae021d279a4832cac" type="tarbz2">http://xorg.freedesktop.org/archive/individual/lib/libXdmcp-1.1.2.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>libxslt</Dependency>
  18. <Dependency>util-macros</Dependency>
  19. <Dependency>xorg-proto</Dependency>
  20. <Dependency>libbsd-devel</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>libXdmcp</Name>
  25. <RuntimeDependencies>
  26. <Dependency>libbsd</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="library">/usr/lib</Path>
  30. <Path fileType="doc">/usr/share/doc</Path>
  31. </Files>
  32. </Package>
  33. <Package>
  34. <Name>libXdmcp-devel</Name>
  35. <Summary>Development files for libXdmcp</Summary>
  36. <RuntimeDependencies>
  37. <Dependency>xorg-proto</Dependency>
  38. <Dependency release="current">libXdmcp</Dependency>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="header">/usr/include/X11</Path>
  42. <Path fileType="data">/usr/lib/pkgconfig</Path>
  43. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  44. <Path fileType="doc">/usr/share/doc/*/*.xml</Path>
  45. </Files>
  46. </Package>
  47. <Package>
  48. <Name>libXdmcp-32bit</Name>
  49. <PartOf>emul32</PartOf>
  50. <Summary>32-bit shared libraries for libXdmcp</Summary>
  51. <BuildType>emul32</BuildType>
  52. <BuildDependencies>
  53. </BuildDependencies>
  54. <RuntimeDependencies>
  55. <Dependency release="current">libXdmcp</Dependency>
  56. </RuntimeDependencies>
  57. <Files>
  58. <Path fileType="library">/usr/lib32</Path>
  59. </Files>
  60. </Package>
  61. <History>
  62. <Update release="3">
  63. <Date>2017-01-27</Date>
  64. <Version>1.1.2</Version>
  65. <Comment>Rebuild</Comment>
  66. <Name>PisiLinux Community</Name>
  67. <Email>admin@pisilinux.org</Email>
  68. </Update>
  69. <Update release="2">
  70. <Date>2016-04-30</Date>
  71. <Version>1.1.2</Version>
  72. <Comment>Release bump</Comment>
  73. <Name>PisiLinux Community</Name>
  74. <Email>admin@pisilinux.org</Email>
  75. </Update>
  76. <Update release="1">
  77. <Date>2015-06-06</Date>
  78. <Version>1.1.2</Version>
  79. <Comment>First release</Comment>
  80. <Name>Osman Erkan</Name>
  81. <Email>osman.erkan@yandex.com</Email>
  82. </Update>
  83. </History>
  84. </PISI>