# $Id: PKGBUILD 17250 2010-05-22 14:25:10Z ibiru $ # Maintainer : Ionut Biru # Contributor: Link Dupont pkgname=guifications pkgver=2.16 pkgrel=2 pkgdesc="A set of GUI popup notifications for pidgin" arch=(i686 x86_64 'mips64el') url="http://plugins.guifications.org/trac/wiki/Guifications" license=("GPL") depends=('pidgin') makedepends=('perlxml') options=('!libtool') source=(pidgin-${pkgname}-${pkgver}.tar.bz2::http://plugins.guifications.org/trac/downloads/7) md5sums=('cd1f803231093cde01514feca59f643f') build() { cd "${srcdir}/pidgin-${pkgname}-${pkgver}" ./configure --prefix=/usr --disable-deprecated make || return 1 make DESTDIR="${pkgdir}" install }