pspec.xml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libcerf</Name>
  6. <Homepage>https://jugit.fz-juelich.de/mlz/libcerf/</Homepage>
  7. <Packager>
  8. <Name>Blue Devil</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <PartOf>science.misc</PartOf>
  12. <License>custom</License>
  13. <IsA>library</IsA>
  14. <Summary>A self-contained numeric library that provides an efficient and accurate implementation of complex error functions, along with Dawson, Faddeeva, and Voigt functions.</Summary>
  15. <Description>libcerf provides a self-contained numeric library that provides an efficient and accurate implementation of complex error functions, along with Dawson, Faddeeva, and Voigt functions.</Description>
  16. <Archive sha1sum="b0d4afb08eedc5b1b206c8028ac3efc7a3de9e58" type="targz">https://jugit.fz-juelich.de/mlz/libcerf/-/archive/v1.13/libcerf-v1.13.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>cmake</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>libcerf</Name>
  23. <Summary>A self-contained numeric library that provides an efficient and accurate implementation of complex error functions, along with Dawson, Faddeeva, and Voigt functions.</Summary>
  24. <Files>
  25. <Path fileType="library">/usr/lib</Path>
  26. <Path fileType="man">/usr/share/man</Path>
  27. <Path fileType="doc">/usr/share/doc/libcerf</Path>
  28. </Files>
  29. </Package>
  30. <Package>
  31. <Name>libcerf-devel</Name>
  32. <Summary>Development files for libcerf</Summary>
  33. <RuntimeDependencies>
  34. <Dependency release="current">libcerf</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="header">/usr/include</Path>
  38. <Path fileType="data">/usr/lib/pkgconfig</Path>
  39. </Files>
  40. </Package>
  41. <History>
  42. <Update release="1">
  43. <Date>2020-05-20</Date>
  44. <Version>1.13</Version>
  45. <Comment>First pisi release.</Comment>
  46. <Name>Blue Devil</Name>
  47. <Email>bluedevil@sctzine.com</Email>
  48. </Update>
  49. </History>
  50. </PISI>