pspec.xml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>liboil</Name>
  6. <Homepage>https://liboil.freedesktop.org/wiki/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <Summary>Liboil is a library of simple functions that are optimized for various CPUs</Summary>
  14. <Description>Liboil is a library of simple functions that are optimized for various CPUs. These functions are generally loops implementing simple algorithms, such as converting an array of N integers to floating-point numbers or multiplying and summing an array of N numbers.</Description>
  15. <Archive sha1sum="f9d7103a3a4a4089f56197f81871ae9129d229ed" type="targz">http://liboil.freedesktop.org/download/liboil-0.3.17.tar.gz</Archive>
  16. <Patches>
  17. <Patch level="1">02_amd64-cpuid.patch</Patch>
  18. <Patch level="1">03_stride-segfaults.patch</Patch>
  19. </Patches>
  20. </Source>
  21. <Package>
  22. <Name>liboil</Name>
  23. <Files>
  24. <Path fileType="library">/usr/lib</Path>
  25. <Path fileType="doc">/usr/share/doc</Path>
  26. </Files>
  27. </Package>
  28. <Package>
  29. <Name>liboil-devel</Name>
  30. <Summary>Development files for liboil</Summary>
  31. <RuntimeDependencies>
  32. <Dependency release="current">liboil</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="executable">/usr/bin</Path>
  36. <Path fileType="header">/usr/include</Path>
  37. <Path fileType="data">/usr/lib/pkgconfig</Path>
  38. </Files>
  39. </Package>
  40. <History>
  41. <Update release="5">
  42. <Date>2020-03-07</Date>
  43. <Version>0.3.17</Version>
  44. <Comment>Rebuild New T.</Comment>
  45. <Name>Mustafa Cinasal</Name>
  46. <Email>muscnsl@gmail.com</Email>
  47. </Update>
  48. <Update release="4">
  49. <Date>2018-09-01</Date>
  50. <Version>0.3.17</Version>
  51. <Comment>Rebuild New T.</Comment>
  52. <Name>Mustafa Cinasal</Name>
  53. <Email>muscnsl@gmail.com</Email>
  54. </Update>
  55. <Update release="3">
  56. <Date>2017-03-02</Date>
  57. <Version>0.3.17</Version>
  58. <Comment>Release Bump</Comment>
  59. <Name>Ayhan Yalçınsoy</Name>
  60. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  61. </Update>
  62. <Update release="2">
  63. <Date>2016-06-09</Date>
  64. <Version>0.3.17</Version>
  65. <Comment>Release Bump</Comment>
  66. <Name>Pisi Linux Community</Name>
  67. <Email>admin@pisilinux.org</Email>
  68. </Update>
  69. <Update release="1">
  70. <Date>2014-05-24</Date>
  71. <Version>0.3.17</Version>
  72. <Comment>First release</Comment>
  73. <Name>Alihan Öztürk</Name>
  74. <Email>alihan@pisilinux.org</Email>
  75. </Update>
  76. </History>
  77. </PISI>