# maintainer abveritas@chakra-project.org pkgname=telepathy-idle pkgver=0.1.16 pkgrel=1 pkgdesc="An IRC connection manager for Telepathy" arch=('x86_64') url="http://telepathy.freedesktop.org" groups=('telepathy') license=('LGPL') depends=('telepathy-glib' 'openssl') makedepends=('libxslt' 'python2') install=telepathy-idle.install source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz") md5sums=('afabda908a798aac3a427f4564af113a') build() { cd "${pkgname}-${pkgver}" ./configure --prefix=/usr \ --libexecdir=/usr/lib/telepathy make } package() { cd "${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install }