summaryrefslogtreecommitdiffstats
path: root/extra/pidgin/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pidgin/Pkgfile')
-rw-r--r--extra/pidgin/Pkgfile33
1 files changed, 33 insertions, 0 deletions
diff --git a/extra/pidgin/Pkgfile b/extra/pidgin/Pkgfile
new file mode 100644
index 000000000..d9a37efc3
--- /dev/null
+++ b/extra/pidgin/Pkgfile
@@ -0,0 +1,33 @@
+# Description: Client messagerie instantanée
+# URL: http://www.pidgin.im
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: glib, gtk, libxml2, p5-xml-parser, gnutls, xorg-libxscrnsaver, gstreamer, startup-notification, hicolor-icon-theme
+
+name=pidgin
+version=2.5.8
+release=1
+source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2 \
+ pidgin.desktop)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --disable-gevolution \
+ --disable-meanwhile \
+ --disable-avahi \
+ --disable-gtkspell \
+ --disable-mono \
+ --disable-nm \
+ --disable-cap \
+ --disable-schemas-install \
+ --disable-perl \
+ --disable-tk \
+ --enable-gnutls=yes \
+ --disable-dbus \
+
+ make
+ make DESTDIR=$PKG install
+ install -D ../pidgin.desktop $PKG/usr/share/ede/programs/Internet/pidgin.desktop
+}