updated on Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git] / psi-otr / PKGBUILD
blob175c085c378dc5b7ddd3dd0d0d507c4376a4cae0
1 pkgname=psi-otr
2 pkgver=0.14
3 pkgrel=1
4 pkgdesc="Psi - Jabber client. With patches needed by psi-otrplugin."
5 license=('GPL')
6 arch=('i686' 'x86_64')
7 conflicts=('psi')
8 provides=('psi')
9 depends=('qca-ossl' 'qca-gnupg' 'aspell' 'libxss' 'xdg-utils')
10 url="http://psi-im.org/"
11 source=("http://public.tfh-berlin.de/~s30935/files/psi-patched-$pkgver.tar.gz")
12 md5sums=('045b393629c31565d92b2f35900c82ea')
14 build() {
15         cd $startdir/src/psi-patched-${pkgver}
16         ./configure --prefix=/usr --disable-bundled-qca
17         make
20 package() {
21         cd $startdir/src/psi-patched-${pkgver}
22         make INSTALL_ROOT=$startdir/pkg install