pspec.xml 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>dcmtk</Name>
  6. <Homepage>https://github.com/DCMTK/dcmtk</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>ASIS</License>
  12. <IsA>library</IsA>
  13. <Icon>dcmtk</Icon>
  14. <Summary>A collection of libraries and applications implementing large parts the DICOM standard</Summary>
  15. <Description>DCMTK is a collection of libraries and applications implementing large parts the DICOM standard.</Description>
  16. <Archive sha1sum="d6304e564458d97074c48bd8054c30d9a8bf1062" type="targz">https://github.com/DCMTK/dcmtk/archive/refs/tags/DCMTK-3.6.7.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>cmake</Dependency>
  19. <Dependency>tiff-devel</Dependency>
  20. <Dependency>zlib-devel</Dependency>
  21. <Dependency>icu4c-devel</Dependency>
  22. <Dependency>libpng-devel</Dependency>
  23. <Dependency>libxml2-devel</Dependency>
  24. <Dependency>openssl-devel</Dependency>
  25. <Dependency>libiconv-devel</Dependency>
  26. </BuildDependencies>
  27. <Patches>
  28. <!-- <Patch></Patch> -->
  29. </Patches>
  30. </Source>
  31. <Package>
  32. <Name>dcmtk</Name>
  33. <RuntimeDependencies>
  34. <Dependency>tiff</Dependency>
  35. <Dependency>zlib</Dependency>
  36. <Dependency>icu4c</Dependency>
  37. <Dependency>libpng</Dependency>
  38. <Dependency>libgcc</Dependency>
  39. <Dependency>libxml2</Dependency>
  40. <Dependency>openssl</Dependency>
  41. <Dependency>libiconv</Dependency>
  42. </RuntimeDependencies>
  43. <Files>
  44. <Path fileType="executable">/usr/bin</Path>
  45. <Path fileType="library">/usr/lib</Path>
  46. <Path fileType="man">/usr/share/man</Path>
  47. <Path fileType="config">/etc</Path>
  48. <Path fileType="doc">/usr/share/doc</Path>
  49. <Path fileType="data">/usr/share</Path>
  50. </Files>
  51. </Package>
  52. <Package>
  53. <Name>dcmtk-devel</Name>
  54. <Summary>Development files for dcmtk</Summary>
  55. <RuntimeDependencies>
  56. <Dependency>tiff-devel</Dependency>
  57. <Dependency>zlib-devel</Dependency>
  58. <Dependency>icu4c-devel</Dependency>
  59. <Dependency>openssl-devel</Dependency>
  60. <Dependency release="current">dcmtk</Dependency>
  61. </RuntimeDependencies>
  62. <Files>
  63. <Path fileType="header">/usr/include</Path>
  64. <Path fileType="data">/usr/lib/cmake</Path>
  65. <Path fileType="library">/usr/lib/pkgconfig</Path>
  66. </Files>
  67. </Package>
  68. <History>
  69. <Update release="2">
  70. <Date>2023-10-30</Date>
  71. <Version>3.6.7</Version>
  72. <Comment>Rebuild</Comment>
  73. <Name>Kamil Atlı</Name>
  74. <Email>suvari@pisilinux.org</Email>
  75. </Update>
  76. <Update release="1">
  77. <Date>2023-06-06</Date>
  78. <Version>3.6.7</Version>
  79. <Comment>First release</Comment>
  80. <Name>Kamil Atlı</Name>
  81. <Email>suvari@pisilinux.org</Email>
  82. </Update>
  83. </History>
  84. </PISI>