2012-10-07 00:22:44 +08:00
|
|
|
# maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
|
2011-04-17 18:18:29 +08:00
|
|
|
|
2010-03-14 23:48:48 +08:00
|
|
|
pkgname=telepathy-glib
|
2015-12-14 13:19:41 +08:00
|
|
|
pkgver=0.24.1
|
2013-10-30 18:38:18 +08:00
|
|
|
pkgrel=1
|
2010-03-14 23:48:48 +08:00
|
|
|
pkgdesc="GLib bindings for the Telepathy D-Bus protocol"
|
2013-04-04 19:08:30 +08:00
|
|
|
arch=('x86_64')
|
2010-03-14 23:48:48 +08:00
|
|
|
url="http://telepathy.freedesktop.org"
|
|
|
|
groups=('telepathy')
|
2011-06-04 00:35:05 +08:00
|
|
|
license=('LGPL2.1')
|
2010-03-14 23:48:48 +08:00
|
|
|
options=('!libtool' '!emptydirs')
|
2011-04-17 18:18:29 +08:00
|
|
|
depends=('dbus-glib')
|
2011-06-04 00:35:05 +08:00
|
|
|
makedepends=('libxslt' 'vala' 'gobject-introspection')
|
2010-03-14 23:48:48 +08:00
|
|
|
source=("http://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz")
|
2015-12-14 13:19:41 +08:00
|
|
|
sha256sums=('9e0df1d8f857e0270cf0b32e2d1ca5a24aa7282873361785d573f72ad7f7d5eb')
|
2010-03-14 23:48:48 +08:00
|
|
|
|
|
|
|
build() {
|
2011-06-04 00:35:05 +08:00
|
|
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
|
|
|
PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
|
|
|
|
--libexecdir=/usr/lib/telepathy \
|
|
|
|
--enable-static=no
|
|
|
|
make
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
2010-03-14 23:48:48 +08:00
|
|
|
make DESTDIR=${pkgdir} install
|
|
|
|
}
|