pspec.xml 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>curl</Name>
  6. <Homepage>http://curl.haxx.se/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <License>X11</License>
  13. <IsA>app:console</IsA>
  14. <IsA>library</IsA>
  15. <Summary>A utility for getting files from remote servers</Summary>
  16. <Description>curl is a command line tool for transferring data with URL syntax, supporting various protocols.</Description>
  17. <Archive sha1sum="aa9f2300096d806c68c7ba8c50771853d1b43eb4" type="tarbz2">http://curl.haxx.se/download/curl-7.52.1.tar.bz2</Archive>
  18. <BuildDependencies>
  19. <Dependency>glibc-devel</Dependency>
  20. <Dependency>zlib-devel</Dependency>
  21. <Dependency>openssl-devel</Dependency>
  22. <Dependency>libidn2-devel</Dependency>
  23. <Dependency>libssh2-devel</Dependency>
  24. <Dependency>ca-certificates</Dependency>
  25. </BuildDependencies>
  26. <Patches>
  27. <!-- <Patch>curl-krb5flags.patch</Patch> -->
  28. <Patch>curl-ac.patch</Patch>
  29. </Patches>
  30. </Source>
  31. <Package>
  32. <Name>curl</Name>
  33. <RuntimeDependencies>
  34. <Dependency>zlib</Dependency>
  35. <Dependency>libidn2</Dependency>
  36. <Dependency>libssh2</Dependency>
  37. <Dependency>openssl</Dependency>
  38. <Dependency>ca-certificates</Dependency>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="executable">/usr/bin</Path>
  42. <Path fileType="library">/usr/lib</Path>
  43. <Path fileType="doc">/usr/share/doc/</Path>
  44. <Path fileType="man">/usr/share/man/</Path>
  45. <Path fileType="data">/usr/share/curl</Path>
  46. <Path fileType="data">/usr/share/zsh</Path>
  47. </Files>
  48. </Package>
  49. <Package>
  50. <Name>curl-devel</Name>
  51. <PartOf>system.devel</PartOf>
  52. <Summary>Development files for curl</Summary>
  53. <RuntimeDependencies>
  54. <Dependency release="current">curl</Dependency>
  55. </RuntimeDependencies>
  56. <Files>
  57. <Path fileType="data">/usr/lib/pkgconfig</Path>
  58. <Path fileType="executable">/usr/bin/curl-config</Path>
  59. <Path fileType="header">/usr/include/curl</Path>
  60. <Path fileType="data">/usr/share/aclocal</Path>
  61. </Files>
  62. </Package>
  63. <History>
  64. <Update release="4">
  65. <Date>2018-03-04</Date>
  66. <Version>7.52.1</Version>
  67. <Comment>Rebuild.</Comment>
  68. <Name>Mustafa Cinasal</Name>
  69. <Email>muscnsl@gmail.com</Email>
  70. </Update>
  71. <Update release="3">
  72. <Date>2017-01-22</Date>
  73. <Version>7.52.1</Version>
  74. <Comment>Version bump.</Comment>
  75. <Name>Ertuğrul Erata</Name>
  76. <Email>ertugrulerata@gmail.com</Email>
  77. </Update>
  78. <Update release="2">
  79. <Date>2016-04-27</Date>
  80. <Version>7.47.1</Version>
  81. <Comment>Release Bump</Comment>
  82. <Name>PisiLinux Community</Name>
  83. <Email>admin@pisilinux.org</Email>
  84. </Update>
  85. <Update release="1">
  86. <Date>2016-03-02</Date>
  87. <Version>7.47.1</Version>
  88. <Comment>First release</Comment>
  89. <Name>Ertuğrul Erata</Name>
  90. <Email>ertugrulerata@gmail.com</Email>
  91. </Update>
  92. </History>
  93. </PISI>