summaryrefslogtreecommitdiffstats
path: root/telepathy-python/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-09-03 01:49:51 +0200
committerpiernov <piernov@piernov.org>2011-09-03 01:49:51 +0200
commit189aca5c7e2eb7833e215b83c199d823d05dc6ae (patch)
tree7e4f5112aa48f06ce2e3c2d5ad084edbda4e2209 /telepathy-python/Pkgfile
parent624c515f0030991203d8b5174f397257d21d851a (diff)
downloadgnome3-189aca5c7e2eb7833e215b83c199d823d05dc6ae.tar.gz
gnome3-189aca5c7e2eb7833e215b83c199d823d05dc6ae.tar.bz2
gnome3-189aca5c7e2eb7833e215b83c199d823d05dc6ae.tar.xz
gnome3-189aca5c7e2eb7833e215b83c199d823d05dc6ae.zip
telepathy-python 0.15.19-1 ajout port
Diffstat (limited to 'telepathy-python/Pkgfile')
-rwxr-xr-xtelepathy-python/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/telepathy-python/Pkgfile b/telepathy-python/Pkgfile
new file mode 100755
index 0000000..1f7b57e
--- /dev/null
+++ b/telepathy-python/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Bibliothèque Python à utiliser dans les clients Telepathy
+# URL: http://telepathy.freedesktop.org/
+# Maintainer: NuTyX core team
+# Packager: piernov <piernov@piernov.org>
+# Depends on: dbus-python
+# Run on: dbus-python
+
+name=telepathy-python
+version=0.15.19
+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
+}