1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>redland</Name>
- <Homepage>http://librdf.org</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2</License>
- <License>Apache-2.0</License>
- <IsA>library</IsA>
- <Summary>High-level interface for the Resource Description Framework</Summary>
- <Description>Redland is a set of free software C libraries that provide support for the Resource Description Framework (RDF).</Description>
- <Archive sha1sum="a47a7e98f934d17d60a241db90be407a0abe3c5d" type="targz">http://download.librdf.org/source/redland-1.0.17.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>rasqal-devel</Dependency>
- <Dependency>unixODBC-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>redland</Name>
- <RuntimeDependencies>
- <Dependency>rasqal</Dependency>
- <Dependency>raptor2</Dependency>
- <Dependency>unixODBC</Dependency>
- <Dependency>libtool-ltdl</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="doc">/usr/share/gtk-doc/html/redland/</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="data">/usr/share/redland</Path>
- </Files>
- </Package>
- <Package>
- <Name>redland-devel</Name>
- <Summary>Development files for redland</Summary>
- <RuntimeDependencies>
- <Dependency release="current">redland</Dependency>
- <!-- librdf.h includes headers from packages below -->
- <Dependency>raptor2-devel</Dependency>
- <Dependency>rasqal-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="executable">/usr/bin/redland-config</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="man">/usr/share/man/man1/redland-config*</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2023-10-17</Date>
- <Version>1.0.17</Version>
- <Comment>Rebuild</Comment>
- <Name>İdris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2020-02-26</Date>
- <Version>1.0.17</Version>
- <Comment>Rebuild</Comment>
- <Name>İdris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2018-09-02</Date>
- <Version>1.0.17</Version>
- <Comment>First Relase</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2017-03-04</Date>
- <Version>1.0.17</Version>
- <Comment>First Relase</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|