summaryrefslogtreecommitdiffstats
path: root/empathy/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-08-16 23:03:49 +0200
committerpiernov <piernov@piernov.org>2011-08-16 23:03:49 +0200
commitd723b0dade9fd2c990931d21becd4baba65d54fa (patch)
tree4d9127ab7186e5f31f057d91252a79e9f3af4baf /empathy/Pkgfile
parent49a27b59e249050c434d660b4410ca45705c4e56 (diff)
downloadgnome3-d723b0dade9fd2c990931d21becd4baba65d54fa.tar.gz
gnome3-d723b0dade9fd2c990931d21becd4baba65d54fa.tar.bz2
gnome3-d723b0dade9fd2c990931d21becd4baba65d54fa.tar.xz
gnome3-d723b0dade9fd2c990931d21becd4baba65d54fa.zip
empathy 3.1.5-1 ajout port
Diffstat (limited to 'empathy/Pkgfile')
-rwxr-xr-xempathy/Pkgfile29
1 files changed, 29 insertions, 0 deletions
diff --git a/empathy/Pkgfile b/empathy/Pkgfile
new file mode 100755
index 0000000..6389288
--- /dev/null
+++ b/empathy/Pkgfile
@@ -0,0 +1,29 @@
+# Description: Client de messagerie instantanée Gnome utilisant le framework Telepathy
+# URL: http://live.gnome.org/Empathy
+# Maintainer: NuTyX core team
+# Packager: piernov <piernov@piernov.org>
+# Depends on: telepathy-glib, telepathy-mission-control, folks, telepathy-logger, telepathy-farsight, gnome-keyring, gnutls, evolution-data-server, libcanberra, libnotify, enchant, webkit, dconf, ca-certificates, nautilus, gnome-control-center, intltool, gnome-doc-utils, cheese, clutter, clutter-gst, clutter-gtk, telepathy-farstream
+# Run on: telepathy-glib, telepathy-mission-control, folks, telepathy-logger, telepathy-farsight, gnome-keyring, gnutls, evolution-data-server, libcanberra, libnotify, enchant, webkit, dconf, ca-certificates, nautilus, gnome-control-center, cheese, clutter, clutter-gst, clutter-gtk, telepathy-farstream
+
+name=empathy
+version=3.1.5
+release=1
+source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
+
+build() {
+ cd $name-$version
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/empathy \
+ --disable-scrollkeeper \
+ --disable-schemas-compile \
+ --enable-nautilus-sendto=yes \
+ --enable-gudev=yes \
+ --enable-webkit=yes \
+ --enable-call=yes \
+ --enable-call-logs=yes \
+ --with-cheese \
+ --with-eds=yes
+ make
+ make DESTDIR=$PKG install
+}