123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>xapian-core</Name>
- <Homepage>http://www.oligarchy.co.uk/xapian</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>library</IsA>
- <IsA>app:console</IsA>
- <Summary>Probabilistic Information Retrieval library</Summary>
- <Description>Xapian is an Open Source Probabilistic Information Retrieval Library. It offers a highly adaptable toolkit that allows developers to easily add advanced indexing and search facilities to applications.</Description>
- <Archive sha1sum="77d8af79cf77fc700298e6e542844c69aed33cf9" type="tarxz">https://oligarchy.co.uk/xapian/1.4.3/xapian-core-1.4.3.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>zlib-devel</Dependency>
- <Dependency>libutil-linux-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>xapian-core</Name>
- <RuntimeDependencies>
- <Dependency>zlib</Dependency>
- <Dependency>libutil-linux</Dependency>
- <Dependency>libgcc</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
- <Package>
- <Name>xapian-core-devel</Name>
- <IsA>library</IsA>
- <Summary>Development headers for xapian-core</Summary>
- <Description>xapian-core-devel provides development headers for xapian-core.</Description>
- <RuntimeDependencies>
- <Dependency release="current">xapian-core</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin/xapian-config*</Path>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- <Path fileType="library">/usr/lib/cmake/xapian</Path>
- <Path fileType="data">/usr/share/aclocal</Path>
- </Files>
- </Package>
- <Package>
- <Name>xapian-core-docs</Name>
- <IsA>data:doc</IsA>
- <Summary>Documentation files for xapian-core</Summary>
- <Description>xapian-core-docs provides documentation files for xapian-core.</Description>
- <RuntimeDependencies>
- <Dependency release="current">xapian-core</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="doc">/usr/share/doc/xapian-core/*html</Path>
- <Path fileType="doc">/usr/share/doc/xapian-core/apidoc.pdf</Path>
- <Path fileType="doc">/usr/share/doc/xapian-core/apidoc/</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2017-09-20</Date>
- <Version>1.4.3</Version>
- <Comment>Release bump.</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2017-03-03</Date>
- <Version>1.12.18</Version>
- <Comment>Rebuild for new Toolchain.</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>1.12.18</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2014-09-02</Date>
- <Version>1.12.18</Version>
- <Comment>First release</Comment>
- <Type package="xapian-core">critical</Type>
- <Name>Yusuf Aydemir</Name>
- <Email>yusuf.aydemir@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|