updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / kio-beagle / PKGBUILD
blob17d0a92b0762f24e9abd52e29a1fa2ae6982f5b9
1 # Contributor: Sergio Rubio <rubiojr@biondofu.net>
3 pkgname=kio-beagle
4 pkgver=0.4.0
5 pkgrel=1
6 pkgdesc="kio slave to fulltext search files using beagle"
7 url="http://www.kde-apps.org/content/show.php?content=28437"
8 license="GPL"
9 arch=('i686' 'x86_64')
10 depends=('kdelibs' 'libbeagle')
11 makedepends=('cmake')
12 source=("http://www.kde-apps.org/CONTENT/content-files/28437-kio_beagle-${pkgver}.tar.gz")
13 md5sums=('57b99be17d148168381e7a2f87d0e26a')
15 build() {
16   cd $startdir/src/kio_beagle-${pkgver}
17   cmake -DCMAKE_INSTALL_PREFIX=/usr
18   make || return 1
19   make DESTDIR=$startdir/pkg install