summaryrefslogtreecommitdiff
path: root/community/pinot/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
commit65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch)
treefbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/pinot/PKGBUILD
parentd53c44f055929b18d7d1b25f8367ee5836c435fc (diff)
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/pinot/PKGBUILD')
-rw-r--r--community/pinot/PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/community/pinot/PKGBUILD b/community/pinot/PKGBUILD
index 93d5c3a2e..a13d717c7 100644
--- a/community/pinot/PKGBUILD
+++ b/community/pinot/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 94041 2013-07-13 12:35:45Z svenstaro $
+# $Id: PKGBUILD 102269 2013-12-07 10:36:55Z bpiotrowski $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Alexander Fehr <pizzapunk gmail com>
# Contributor: William Rea <sillywilly@gmail.com>
@@ -7,7 +7,7 @@
pkgname=pinot
pkgver=1.06
-pkgrel=1
+pkgrel=2
pkgdesc='Personal search and metasearch tool'
arch=('i686' 'x86_64')
url='http://code.google.com/p/pinot-search/'
@@ -26,8 +26,9 @@ optdepends=('unzip: ZIP files extraction'
options=('!emptydirs')
install=$pkgname.install
changelog=$pkgname.changelog
-source=(http://pinot-search.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('bba6f412553890ef7cccd6d7bb28df9a6c4d122ea74a2902e5de33953cd1872d')
+source=(http://pinot-search.googlecode.com/files/$pkgname-$pkgver.tar.gz namespace_clash.patch)
+sha256sums=('bba6f412553890ef7cccd6d7bb28df9a6c4d122ea74a2902e5de33953cd1872d'
+ '7b4fee7b43f73539803954075af2ce577b65ca732ab8115d257068ffaa5a750f')
build() {
cd $srcdir/$pkgname-$pkgver
@@ -42,6 +43,9 @@ build() {
${x}LM/russian-koi8_r.lm russian-koi8_r\n\
${x}LM/russian-windows1251.lm russian-windows1251|" textcat3_conf.txt
+ patch -Np1 -i $srcdir/namespace_clash.patch
+
+
LIBS="-lboost_system" ./configure \
--prefix=/usr \
--sysconfdir=/etc \