pspec.xml 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libofx</Name>
  6. <Homepage>http://libofx.sourceforge.net</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2+</License>
  12. <IsA>app:console</IsA>
  13. <IsA>library</IsA>
  14. <Summary>A library for supporting Open Financial Exchange (OFX) format</Summary>
  15. <Description>libofx is a library designed to allow applications to very easily support OFX command responses, usually provided by financial institutions.</Description>
  16. <Archive sha1sum="15493b27cf72cc9428ad6d40ad738d06630179ba" type="targz">https://sourceforge.net/projects/libofx/files/libofx/libofx-0.9.13.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>opensp-devel</Dependency>
  19. </BuildDependencies>
  20. <Patches>
  21. <!--<Patch level="1">libofx-assorted-c++-fu.patch</Patch>-->
  22. <Patch level="1">libofx-0.9.5-gcc47.patch</Patch>
  23. </Patches>
  24. </Source>
  25. <Package>
  26. <Name>libofx</Name>
  27. <RuntimeDependencies>
  28. <Dependency>opensp</Dependency>
  29. <Dependency>libgcc</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="executable">/usr/bin</Path>
  33. <Path fileType="library">/usr/lib</Path>
  34. <Path fileType="doc">/usr/share/doc</Path>
  35. <Path fileType="data">/usr/share/libofx</Path>
  36. <Path fileType="man">/usr/share/man/man1</Path>
  37. </Files>
  38. </Package>
  39. <Package>
  40. <Name>libofx-devel</Name>
  41. <Summary>Development files for libofx</Summary>
  42. <RuntimeDependencies>
  43. <Dependency release="current">libofx</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="header">/usr/include</Path>
  47. <Path fileType="data">/usr/lib/pkgconfig</Path>
  48. </Files>
  49. </Package>
  50. <Package>
  51. <Name>libofx-docs</Name>
  52. <Summary>Documentation for libofx</Summary>
  53. <Files>
  54. <Path fileType="doc">/usr/share/doc/libofx/html</Path>
  55. </Files>
  56. </Package>
  57. <History>
  58. <Update release="4">
  59. <Date>2018-08-09</Date>
  60. <Version>0.9.13</Version>
  61. <Comment>Rebuild with new toolchain</Comment>
  62. <Name>Pisi Linux Community</Name>
  63. <Email>admin@pisilinux.org</Email>
  64. </Update>
  65. <Update release="3">
  66. <Date>2017-04-04</Date>
  67. <Version>0.9.10</Version>
  68. <Comment>Rebuild with new toolchain</Comment>
  69. <Name>Pisi Linux Community</Name>
  70. <Email>admin@pisilinux.org</Email>
  71. </Update>
  72. <Update release="2">
  73. <Date>2016-06-09</Date>
  74. <Version>0.9.10</Version>
  75. <Comment>Release Bump</Comment>
  76. <Name>Pisi Linux Community</Name>
  77. <Email>admin@pisilinux.org</Email>
  78. </Update>
  79. <Update release="1">
  80. <Date>2015-02-06</Date>
  81. <Version>0.9.10</Version>
  82. <Comment>First release</Comment>
  83. <Name>Stefan Gronewold(groni)</Name>
  84. <Email>groni@pisilinux.org</Email>
  85. </Update>
  86. </History>
  87. </PISI>