updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / sylph-searcher / PKGBUILD
blobae14e04009064d8dc36b107af5d84e1878939846
1 # Contributor: Simon Lackerbauer <calypso@strpg.org>
2 pkgname=sylph-searcher
3 pkgver=1.1.1
4 pkgrel=1
5 pkgdesc="Sylph-Searcher provides fast full-text search for Sylpheed"
6 arch=('i686' 'x86_64')
7 url="http://sylpheed.sraoss.jp/en/"
8 license=('BSD')
9 depends=('glib2' 'gtk2' 'postgresql' 'postgresql-tsearch2' 'libsylph' 'mecab' 'mecab-ipadic')
10 # mecab + mecap-ipadic you can get here http://sourceforge.net/project/showfiles.php?group_id=177856
11 source=(http://sylpheed.sraoss.jp/sylpheed/misc/$pkgname-$pkgver.tar.gz)
12 md5sums=('6e951674ded9a754cf698a8f75fa6180')
13 sha1sums=('f9a1943e2a862439e7abd031c21e283cd1dd0451')
15 build() {
16         cd $startdir/src/$pkgname-$pkgver
17         ./configure --prefix=/usr
18         make || return 1
19         make prefix=$startdir/pkg/usr install