updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / zeitgeist-extensions / PKGBUILD
blob41021640298e0b41b4a40b4f8f97576393f383cc
1 # Maintainer: György Balló <ballogy@freestart.hu>
2 pkgname=zeitgeist-extensions
3 pkgver=0.0.13
4 pkgrel=1
5 pkgdesc="Extensions to the engine such as Teamgeist, Relevancy Providers and Machine Learning Algorithms"
6 arch=(any)
7 url="https://launchpad.net/zeitgeist-extensions"
8 license=(LGPL)
9 depends=(zeitgeist python2-xapian python2-geoclue)
10 source=(http://launchpad.net/$pkgname/trunk/fts-$pkgver/+download/$pkgname-$pkgver.tar.gz)
11 md5sums=(0c7725ff02ccb66d0e6afe16f149f86e)
13 build() {
14   /bin/true
17 package() {
18   cd "$srcdir/$pkgname-$pkgver"
20   mkdir -p "$pkgdir/usr/share/zeitgeist/_zeitgeist/engine/extensions"
21   cp -r fts/fts.py geolocation/geolocation.py "$pkgdir/usr/share/zeitgeist/_zeitgeist/engine/extensions"