1 # Contributor: Simon Lackerbauer <calypso@strpg.org>
5 pkgdesc="Sylph-Searcher provides fast full-text search for Sylpheed"
7 url="http://sylpheed.sraoss.jp/en/"
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')
16 cd $startdir/src/$pkgname-$pkgver
17 ./configure --prefix=/usr
19 make prefix=$startdir/pkg/usr install