xapian-core in main
This commit is contained in:
@@ -0,0 +1,21 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
#
|
||||||
|
# Licensed under the GNU General Public License, version 3.
|
||||||
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
|
from pisi.actionsapi import autotools
|
||||||
|
from pisi.actionsapi import pisitools
|
||||||
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
|
def setup():
|
||||||
|
autotools.configure("--prefix=/usr \
|
||||||
|
--disable-static")
|
||||||
|
|
||||||
|
def build():
|
||||||
|
autotools.make()
|
||||||
|
|
||||||
|
def install():
|
||||||
|
autotools.install()
|
||||||
|
|
||||||
|
pisitools.dodoc("AUTHORS", "ChangeLog*", "COPYING", "HACKING", "README", "NEWS")
|
||||||
@@ -0,0 +1,100 @@
|
|||||||
|
<?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="0eb07cfec9a213a6d310ae2472ccd3cd142d2d33" type="tarxz">http://oligarchy.co.uk/xapian/1.2.18/xapian-core-1.2.18.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="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/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>2014-09-02</Date>
|
||||||
|
<Version>1.12.18</Version>
|
||||||
|
<Comment>Version down for baloo seg fault.</Comment>
|
||||||
|
<Type package="xapian-core">critical</Type>
|
||||||
|
<Name>Yusuf Aydemir</Name>
|
||||||
|
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
<Update release="3">
|
||||||
|
<Date>2014-05-25</Date>
|
||||||
|
<Version>1.3.1</Version>
|
||||||
|
<Comment>Rebuild</Comment>
|
||||||
|
<Name>Kamil Atlı</Name>
|
||||||
|
<Email>suvarice@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2014-01-28</Date>
|
||||||
|
<Version>1.3.1</Version>
|
||||||
|
<Comment>Version Bump</Comment>
|
||||||
|
<Name>Alihan Öztürk</Name>
|
||||||
|
<Email>alihan@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2012-09-19</Date>
|
||||||
|
<Version>1.2.12</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>Yusuf Aydemir</Name>
|
||||||
|
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
@@ -0,0 +1,20 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>xapian-core</Name>
|
||||||
|
<Summary xml:lang="tr">İstatistiksel Bilgi Çıkarma kitaplığı</Summary>
|
||||||
|
<Description xml:lang="tr">Xapian, Açık Kaynak Kodlu bir İstatistiksel Bilgi Çıkarma kitaplığıdır. Geliştiricilerin uygulamalara kolaylıkla gelişmiş kataloglama ve arama becerileri eklemelerini sağlayan hayli uyumlu bir araç takımına sahiptir.</Description>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>xapian-core-devel</Name>
|
||||||
|
<Summary xml:lang="tr">xapian-core için geliştirme başlıkları</Summary>
|
||||||
|
<Description xml:lang="tr">xapian-core-devel, xapian-core için geliştirme başlıklarını içerir.</Description>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>xapian-core-docs</Name>
|
||||||
|
<Summary xml:lang="tr">xapian-core için belgelendirme dosyaları</Summary>
|
||||||
|
<Description xml:lang="tr">xapian-core-docs, xapian-core için belgelendirme dosyalarını içerir.</Description>
|
||||||
|
</Package>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user