summaryrefslogtreecommitdiff
path: root/community/pidgin-otr/PKGBUILD
blob: a395b502206795c7cc6a87888db1846e268c58ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $Id: PKGBUILD 17934 2010-05-27 08:06:13Z angvp $
# Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
# Contributor: Allan McRae <allan@archlinux.org>
# Contributor: Bug <Bug2000@gmail.com>
# Contributor: Marcel Wysocki <maci@satgnu.net>

pkgname=pidgin-otr
pkgver=3.2.0
pkgrel=2
pkgdesc="Off-the-Record Messaging plugin for Pidgin"
arch=('i686' 'x86_64')
license=('GPL')
url="http://www.cypherpunks.ca/otr/"
depends=('libotr>=3.2.0' 'pidgin' 'perlxml')
source=("http://www.cypherpunks.ca/otr/$pkgname-$pkgver.tar.gz")
md5sums=('8af70b654b7d7c5a5b7785699ff562f9')

build() {
  cd $srcdir/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$pkgdir install || return 1
}