blob: df58df57eef0cc3303d3d829539ebbcf1c5fcee9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Description: Gestionnaire de connexion Jabber/XMPP locale pour Telepathy
# URL: http://telepathy.freedesktop.org/
# Maintainer: NuTyX core team
# Packager: piernov <piernov@piernov.org>
# Depends on: telepathy-glib, avahi, libsoup, xmldiff
# Run on: telepathy-glib,avahi,libsoup,xmldiff
name=telepathy-salut
version=0.5.1
release=1
source=(http://${name%-*}.freedesktop.org/releases/$name/$name-$version.tar.gz)
build() {
cd $name-$version
PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
--libexecdir=/usr/lib/${name%-*} \
--enable-plugin-api \
--with-tls=openssl
make
make DESTDIR=$PKG install
}
|