summaryrefslogtreecommitdiffstats
path: root/telepathy-farstream/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-08-16 19:50:38 +0200
committerpiernov <piernov@piernov.org>2011-08-16 19:50:38 +0200
commit0398c14f32a0e2a7a8a41ff7d41d915836e7a4ad (patch)
treecfec30ce7722e2a8387306348615bb9886f27efc /telepathy-farstream/Pkgfile
parenteff2273c4f0a136707d09026c3bed0c98abb5b75 (diff)
downloadgnome3-0398c14f32a0e2a7a8a41ff7d41d915836e7a4ad.tar.gz
gnome3-0398c14f32a0e2a7a8a41ff7d41d915836e7a4ad.tar.bz2
gnome3-0398c14f32a0e2a7a8a41ff7d41d915836e7a4ad.tar.xz
gnome3-0398c14f32a0e2a7a8a41ff7d41d915836e7a4ad.zip
telepathy-farstream 0.1.1-1 ajout port
Diffstat (limited to 'telepathy-farstream/Pkgfile')
-rwxr-xr-xtelepathy-farstream/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/telepathy-farstream/Pkgfile b/telepathy-farstream/Pkgfile
new file mode 100755
index 0000000..a16f07d
--- /dev/null
+++ b/telepathy-farstream/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Bibliothèque client Telepathy utilisant Farsight2 pour gérer les canaux Call.
+# URL: http://telepathy.freedesktop.org/
+# Maintainer: NuTyX core team
+# Packager: piernov <piernov@piernov.org>
+# Depends on: telepathy-glib, farsight2
+# Run on: telepathy-glib,farsight2
+
+name=telepathy-farstream
+version=0.1.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%-*}
+ make
+ make DESTDIR=$PKG install
+}