desktop/telepathy-rakia/PKGBUILD

30 lines
838 B
Bash
Raw Normal View History

2011-04-18 16:21:38 +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-rakia
2012-01-26 03:02:34 +08:00
pkgver=0.7.3
2011-04-18 16:21:38 +08:00
pkgrel=1
2012-03-06 19:37:36 +08:00
pkgdesc="A SIP-protocol connection manager for the Telepathy framework based on SofiaSIP-stack."
2011-04-18 16:21:38 +08:00
arch=('i686' 'x86_64')
url="http://telepathy.freedesktop.org"
license=('LGPL')
depends=('telepathy-glib' 'sofia-sip')
makedepends=('libxslt' 'python2')
install=telepathy-rakia.install
groups=('telepathy')
2012-01-26 03:02:34 +08:00
source=(http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
md5sums=('dea76f93fe6234d18c6c7746c9ce0d6e')
2011-04-18 16:21:38 +08:00
build() {
2012-01-26 03:02:34 +08:00
cd "${srcdir}/${pkgname}-${pkgver}"
2011-04-18 16:21:38 +08:00
./configure --prefix=/usr --libexecdir=/usr/lib/telepathy
make
make DESTDIR="${pkgdir}" install
}