updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / kopete-antispam / PKGBUILD
blob72147b637a5d256e9f39cf0cfc7801664d195a8e
1 # Contributor: Vladimir Korsun <korsun.vladimir@gmail.com>
2 pkgname=kopete-antispam
3 pkgver=0.5
4 pkgrel=2
5 pkgdesc="Kopete Antispam Plugin helps to protect kopete messenger from various spammers by using simple answer/question scheme"
6 url="http://www.kde-apps.org/content/show.php/Kopete+Antispam+Plugin?content=82959"
7 depends=('kdenetwork-kopete')
8 makedepends=('cmake automoc4')
9 license=('gpl')
10 source=(http://downloads.sourceforge.net/sourceforge/kopeteantispam/$pkgname-kde4-$pkgver.tar.gz)
11 arch=('i686 x86_64')
12 md5sums=('3f3baa3f86af69ca8246eef60e419fd0')
14 build() {
15     cd $startdir/src/$pkgname-kde4-$pkgver
16     cmake -DCMAKE_INSTALL_PREFIX=/usr
17     make || return 1
18     make DESTDIR=$startdir/pkg install