pspec.xml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libxslt</Name>
  6. <Homepage>http://xmlsoft.org/XSLT/</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>XSLT libraries and tools</Summary>
  14. <Description>Libxslt is the XSLT C library developed for the GNOME project. XSLT itself is a an XML language to define transformation for XML.</Description>
  15. <Archive sha1sum="c47969f16747a72f9095b6a7a56d3afdd1e6e9ac" type="targz">ftp://ftp.xmlsoft.org/libxml2/libxslt-1.1.32.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency versionFrom="2.9.8">libxml2-devel</Dependency>
  18. <Dependency>libgcrypt-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>libxslt-docs</Name>
  23. <RuntimeDependencies>
  24. <Dependency release="current">libxslt</Dependency>
  25. </RuntimeDependencies>
  26. <Files>
  27. <Path fileType="doc">/usr/share/doc</Path>
  28. </Files>
  29. </Package>
  30. <Package>
  31. <Name>libxslt-devel</Name>
  32. <RuntimeDependencies>
  33. <Dependency>libxml2-devel</Dependency>
  34. <Dependency release="current">libxslt</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="executable">/usr/bin/*-config</Path>
  38. <Path fileType="header">/usr/include</Path>
  39. <Path fileType="data">/usr/lib/pkgconfig</Path>
  40. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  41. <Path fileType="data">/usr/share/aclocal</Path>
  42. </Files>
  43. </Package>
  44. <Package>
  45. <Name>libxslt</Name>
  46. <RuntimeDependencies>
  47. <Dependency>libgcrypt</Dependency>
  48. <Dependency>libxml2</Dependency>
  49. </RuntimeDependencies>
  50. <Files>
  51. <Path fileType="executable">/usr/bin</Path>
  52. <Path fileType="library">/usr/lib</Path>
  53. <Path fileType="man">/usr/share/man</Path>
  54. </Files>
  55. </Package>
  56. <Package>
  57. <Name>libxslt-32bit</Name>
  58. <PartOf>emul32</PartOf>
  59. <Summary>32-bit shared libraries for libxslt</Summary>
  60. <BuildType>emul32</BuildType>
  61. <BuildDependencies>
  62. <Dependency>libxml2-32bit</Dependency>
  63. <Dependency>libgcrypt-32bit</Dependency>
  64. </BuildDependencies>
  65. <RuntimeDependencies>
  66. <Dependency release="current">libxslt</Dependency>
  67. <Dependency>libxml2-32bit</Dependency>
  68. <Dependency>libgcrypt-32bit</Dependency>
  69. </RuntimeDependencies>
  70. <Files>
  71. <Path fileType="library">/usr/lib32</Path>
  72. </Files>
  73. </Package>
  74. <History>
  75. <Update release="6">
  76. <Date>2019-01-22</Date>
  77. <Version>1.1.32</Version>
  78. <Comment>Rebuild.</Comment>
  79. <Name>Mustafa Cinasal</Name>
  80. <Email>muscnsl@gmail.com</Email>
  81. </Update>
  82. <Update release="5">
  83. <Date>2018-12-31</Date>
  84. <Version>1.1.32</Version>
  85. <Comment>Version bump.</Comment>
  86. <Name>Mustafa Cinasal</Name>
  87. <Email>muscnsl@gmail.com</Email>
  88. </Update>
  89. <Update release="4">
  90. <Date>2018-09-16</Date>
  91. <Version>1.1.29</Version>
  92. <Comment>Rebuild</Comment>
  93. <Name>Ertuğrul Erata</Name>
  94. <Email>ertugrulerata@gmail.com</Email>
  95. </Update>
  96. <Update release="3">
  97. <Date>2017-01-24</Date>
  98. <Version>1.1.29</Version>
  99. <Comment>Version bump</Comment>
  100. <Name>Ertuğrul Erata</Name>
  101. <Email>ertugrulerata@gmail.com</Email>
  102. </Update>
  103. <Update release="2">
  104. <Date>2016-04-27</Date>
  105. <Version>1.1.28</Version>
  106. <Comment>Release Bump</Comment>
  107. <Name>PisiLinux Community</Name>
  108. <Email>admin@pisilinux.org</Email>
  109. </Update>
  110. <Update release="1">
  111. <Date>2016-03-08</Date>
  112. <Version>1.1.28</Version>
  113. <Comment>First release</Comment>
  114. <Name>Alihan Öztürk</Name>
  115. <Email>alihan@pisilinux.org</Email>
  116. </Update>
  117. </History>
  118. </PISI>