1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libofx</Name>
- <Homepage>http://libofx.sourceforge.net</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2+</License>
- <IsA>app:console</IsA>
- <IsA>library</IsA>
- <Summary>A library for supporting Open Financial Exchange (OFX) format</Summary>
- <Description>libofx is a library designed to allow applications to very easily support OFX command responses, usually provided by financial institutions.</Description>
- <Archive sha1sum="15493b27cf72cc9428ad6d40ad738d06630179ba" type="targz">https://sourceforge.net/projects/libofx/files/libofx/libofx-0.9.13.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>opensp-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!--<Patch level="1">libofx-assorted-c++-fu.patch</Patch>-->
- <Patch level="1">libofx-0.9.5-gcc47.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>libofx</Name>
- <RuntimeDependencies>
- <Dependency>opensp</Dependency>
- <Dependency>libgcc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="data">/usr/share/libofx</Path>
- <Path fileType="man">/usr/share/man/man1</Path>
- </Files>
- </Package>
- <Package>
- <Name>libofx-devel</Name>
- <Summary>Development files for libofx</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libofx</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <Package>
- <Name>libofx-docs</Name>
- <Summary>Documentation for libofx</Summary>
- <Files>
- <Path fileType="doc">/usr/share/doc/libofx/html</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2018-08-09</Date>
- <Version>0.9.13</Version>
- <Comment>Rebuild with new toolchain</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2017-04-04</Date>
- <Version>0.9.10</Version>
- <Comment>Rebuild with new toolchain</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>0.9.10</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2015-02-06</Date>
- <Version>0.9.10</Version>
- <Comment>First release</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|