[arch-commits] Commit in xapian-core/repos (4 files)

Antonio Rojas arojas at archlinux.org
Sat Apr 25 08:01:00 UTC 2015


    Date: Saturday, April 25, 2015 @ 10:01:00
  Author: arojas
Revision: 238034

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  xapian-core/repos/testing-i686/
  xapian-core/repos/testing-i686/PKGBUILD
    (from rev 238033, xapian-core/trunk/PKGBUILD)
  xapian-core/repos/testing-x86_64/
  xapian-core/repos/testing-x86_64/PKGBUILD
    (from rev 238033, xapian-core/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   37 +++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: xapian-core/repos/testing-i686/PKGBUILD (from rev 238033, xapian-core/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-04-25 08:01:00 UTC (rev 238034)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: William Rea <sillywilly at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=xapian-core
+epoch=1
+pkgver=1.2.20
+pkgrel=2
+pkgdesc='Open source search engine library.'
+arch=('i686' 'x86_64')
+url='http://www.xapian.org/'
+license=('GPL')
+depends=('util-linux')
+# xapian config requires libxapian.la
+options=('libtool')
+source=("http://oligarchy.co.uk/xapian/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('eecb650d8b73e09a63f32140f2d810ce')
+
+build() {
+  # FS#40614
+  if [ "${CARCH}" = "i686" ]; then
+    SSE2="--disable-sse"
+  fi
+
+  cd ${pkgname}-${pkgver}
+  ./configure \
+    --prefix=/usr ${SSE2}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: xapian-core/repos/testing-x86_64/PKGBUILD (from rev 238033, xapian-core/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-04-25 08:01:00 UTC (rev 238034)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: William Rea <sillywilly at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=xapian-core
+epoch=1
+pkgver=1.2.20
+pkgrel=2
+pkgdesc='Open source search engine library.'
+arch=('i686' 'x86_64')
+url='http://www.xapian.org/'
+license=('GPL')
+depends=('util-linux')
+# xapian config requires libxapian.la
+options=('libtool')
+source=("http://oligarchy.co.uk/xapian/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('eecb650d8b73e09a63f32140f2d810ce')
+
+build() {
+  # FS#40614
+  if [ "${CARCH}" = "i686" ]; then
+    SSE2="--disable-sse"
+  fi
+
+  cd ${pkgname}-${pkgver}
+  ./configure \
+    --prefix=/usr ${SSE2}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list