diff options
Diffstat (limited to 'telepathy-python/Pkgfile')
-rwxr-xr-x | telepathy-python/Pkgfile | 19 |
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 +} |