12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- <?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="33f394c963c087217cb6c508af842d4844bc0823" type="targz">http://sourceforge.net/projects/libofx/files/libofx/0.9.10/libofx-0.9.10.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="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>
|