# $Id: PKGBUILD 70766 2012-05-16 13:08:20Z lfleischer $ # Maintainer: Lukas Fleischer # Contributor: Angel 'angvp' Velasquez # Contributor: Allan McRae # Contributor: Bug # Contributor: Marcel Wysocki pkgname=pidgin-otr pkgver=3.2.1 pkgrel=1 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') makedepends=('intltool') source=("http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz"{,.asc}) md5sums=('4c3f73cca729555ff46c09e789ef6896' 'e9a6d699768bd888f086e697ad984aa7') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr make } package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install }