2011-05-01 01:58:31 +08:00
|
|
|
#
|
|
|
|
# Apps Packages for Chakra, part of chakra-project.org
|
|
|
|
#
|
|
|
|
# maintainer (x86_64): Giuseppe calà <jiveaxe@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
# include global config
|
|
|
|
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
|
|
|
|
|
|
|
pkgname=telepathy-idle
|
2011-05-16 08:50:54 +08:00
|
|
|
pkgver=0.1.10
|
2011-05-01 01:58:31 +08:00
|
|
|
pkgrel=1
|
|
|
|
pkgdesc="An IRC connection manager for Telepathy"
|
|
|
|
arch=('i686' 'x86_64')
|
|
|
|
url="http://telepathy.freedesktop.org"
|
|
|
|
groups=('telepathy')
|
|
|
|
license=('LGPL')
|
|
|
|
depends=('telepathy-glib>=0.12.5' 'openssl')
|
|
|
|
makedepends=('libxslt' 'python2')
|
|
|
|
install=telepathy-idle.install
|
2011-05-16 08:50:54 +08:00
|
|
|
source=(http://telepathy.freedesktop.org/releases/telepathy-idle/${pkgname}-${pkgver}.tar.gz)
|
|
|
|
md5sums=('570a431e3e28ca6ebf3f0c84198f0b9a')
|
2011-05-01 01:58:31 +08:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
--libexecdir=/usr/lib/telepathy
|
|
|
|
make
|
|
|
|
make DESTDIR="${pkgdir}" install
|
|
|
|
}
|