From 12ccf794fb1b47da830c877b2742dfd6879cbb7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Thu, 23 Jul 2015 10:56:32 +0300 Subject: [PATCH] xapian-core in main --- programming/misc/xapian-core/actions.py | 21 ++++ programming/misc/xapian-core/pspec.xml | 100 ++++++++++++++++++ programming/misc/xapian-core/translations.xml | 20 ++++ 3 files changed, 141 insertions(+) create mode 100644 programming/misc/xapian-core/actions.py create mode 100644 programming/misc/xapian-core/pspec.xml create mode 100644 programming/misc/xapian-core/translations.xml diff --git a/programming/misc/xapian-core/actions.py b/programming/misc/xapian-core/actions.py new file mode 100644 index 0000000000..47debffee6 --- /dev/null +++ b/programming/misc/xapian-core/actions.py @@ -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") diff --git a/programming/misc/xapian-core/pspec.xml b/programming/misc/xapian-core/pspec.xml new file mode 100644 index 0000000000..fd160e8608 --- /dev/null +++ b/programming/misc/xapian-core/pspec.xml @@ -0,0 +1,100 @@ + + + + + xapian-core + http://www.oligarchy.co.uk/xapian + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + app:console + Probabilistic Information Retrieval library + 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. + http://oligarchy.co.uk/xapian/1.2.18/xapian-core-1.2.18.tar.xz + + zlib-devel + libutil-linux-devel + + + + + xapian-core + + zlib + libutil-linux + libgcc + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + + + xapian-core-devel + library + Development headers for xapian-core + xapian-core-devel provides development headers for xapian-core. + + xapian-core + + + /usr/bin/xapian-config* + /usr/include + /usr/lib/cmake/xapian + /usr/share/aclocal + + + + + xapian-core-docs + data:doc + Documentation files for xapian-core + xapian-core-docs provides documentation files for xapian-core. + + xapian-core + + + /usr/share/doc/xapian-core/*html + /usr/share/doc/xapian-core/apidoc.pdf + /usr/share/doc/xapian-core/apidoc/ + + + + + + 2014-09-02 + 1.12.18 + Version down for baloo seg fault. + critical + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-25 + 1.3.1 + Rebuild + Kamil Atlı + suvarice@gmail.com + + + 2014-01-28 + 1.3.1 + Version Bump + Alihan Öztürk + alihan@pisilinux.org + + + 2012-09-19 + 1.2.12 + First release + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + diff --git a/programming/misc/xapian-core/translations.xml b/programming/misc/xapian-core/translations.xml new file mode 100644 index 0000000000..c47b1fa6f8 --- /dev/null +++ b/programming/misc/xapian-core/translations.xml @@ -0,0 +1,20 @@ + + + + xapian-core + İstatistiksel Bilgi Çıkarma kitaplığı + 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. + + + + xapian-core-devel + xapian-core için geliştirme başlıkları + xapian-core-devel, xapian-core için geliştirme başlıklarını içerir. + + + + xapian-core-docs + xapian-core için belgelendirme dosyaları + xapian-core-docs, xapian-core için belgelendirme dosyalarını içerir. + +