pspec.xml 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>fftw3</Name>
  6. <Homepage>http://www.fftw.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>A library for computing the discrete Fourier transform (DFT)</Summary>
  14. <Description>fftw3 is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data (as well as of even/odd data, i.e. the discrete cosine/sine transforms or DCT/DST).</Description>
  15. <Archive sha1sum="b7730928b6b420733a6fd08c18616bf8ae4f625d" type="targz">ftp://ftp.fftw.org/pub/fftw/fftw-3.3.6-pl1.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>libgfortran</Dependency>
  18. <Dependency>libquadmath</Dependency>
  19. <Dependency>gettext</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>fftw3</Name>
  24. <RuntimeDependencies>
  25. <Dependency>libquadmath</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="executable">/usr/bin</Path>
  29. <Path fileType="library">/usr/lib</Path>
  30. <Path fileType="doc">/usr/share/doc</Path>
  31. <Path fileType="man">/usr/share/man</Path>
  32. <Path fileType="info">/usr/share/info</Path>
  33. </Files>
  34. </Package>
  35. <Package>
  36. <Name>fftw3-devel</Name>
  37. <Summary>Development files for fftw3</Summary>
  38. <RuntimeDependencies>
  39. <Dependency release="current">fftw3</Dependency>
  40. </RuntimeDependencies>
  41. <Files>
  42. <Path fileType="data">/usr/lib/pkgconfig</Path>
  43. <Path fileType="header">/usr/include</Path>
  44. <Path fileType="doc">/usr/share/doc/fftw3/html</Path>
  45. </Files>
  46. </Package>
  47. <History>
  48. <Update release="3">
  49. <Date>2017-02-17</Date>
  50. <Version>3.3.6</Version>
  51. <Comment>Version Bump</Comment>
  52. <Name>Pisi Linux Community</Name>
  53. <Email>admin@pisilinux.org</Email>
  54. </Update>
  55. <Update release="2">
  56. <Date>2016-06-09</Date>
  57. <Version>3.3.4</Version>
  58. <Comment>Release Bump</Comment>
  59. <Name>Pisi Linux Community</Name>
  60. <Email>admin@pisilinux.org</Email>
  61. </Update>
  62. <Update release="1">
  63. <Date>2014-05-25</Date>
  64. <Version>3.3.4</Version>
  65. <Comment>First release</Comment>
  66. <Name>Alihan Öztürk</Name>
  67. <Email>alihan@pisilinux.org</Email>
  68. </Update>
  69. </History>
  70. </PISI>