pspec.xml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>fftw3</Name>
  6. <Homepage>http://www.fftw.org</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</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="59831bd4b2705381ee395e54aa6e0069b10c3626" type="targz">ftp://ftp.fftw.org/pub/fftw/fftw-3.3.8.tar.gz</Archive>
  16. <BuildDependencies>
  17. </BuildDependencies>
  18. </Source>
  19. <Package>
  20. <Name>fftw3</Name>
  21. <RuntimeDependencies>
  22. </RuntimeDependencies>
  23. <Files>
  24. <Path fileType="executable">/usr/bin</Path>
  25. <Path fileType="library">/usr/lib</Path>
  26. <Path fileType="doc">/usr/share/doc</Path>
  27. <Path fileType="man">/usr/share/man</Path>
  28. <Path fileType="info">/usr/share/info</Path>
  29. </Files>
  30. </Package>
  31. <Package>
  32. <Name>fftw3-devel</Name>
  33. <Summary>Development files for fftw3</Summary>
  34. <RuntimeDependencies>
  35. <Dependency release="current">fftw3</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="data">/usr/lib/pkgconfig</Path>
  39. <Path fileType="header">/usr/include</Path>
  40. <Path fileType="doc">/usr/share/doc/fftw3/html</Path>
  41. </Files>
  42. </Package>
  43. <History>
  44. <Update release="1">
  45. <Date>2019-09-29</Date>
  46. <Version>3.3.8</Version>
  47. <Comment>First release</Comment>
  48. <Name>Süleyman Poyraz</Name>
  49. <Email>zaryob.dev@gmail.com</Email>
  50. </Update>
  51. </History>
  52. </INARY>