2007-05-07 07:54:04 -05:00
|
|
|
# Description: A multi-protocol instant messaging client
|
|
|
|
# URL: http://pidgin.im/
|
2008-01-30 21:04:26 +01:00
|
|
|
# Maintainer: Simone Rota, sip at crux dot nu
|
2008-07-16 15:09:00 +02:00
|
|
|
# Depends on: xorg-libxscrnsaver, nss, nspr, startup-notification, p5-xml-parser, gtk
|
2007-05-07 07:54:04 -05:00
|
|
|
|
|
|
|
name=pidgin
|
2008-07-05 13:38:20 +00:00
|
|
|
version=2.4.3
|
2007-05-29 07:58:28 -05:00
|
|
|
release=1
|
2007-05-07 07:54:04 -05:00
|
|
|
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
|
|
|
|
|
|
|
|
build () {
|
|
|
|
cd pidgin-$version
|
|
|
|
sed -i -e 's/x$GCONFTOOL/xno/' configure
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
--mandir=/usr/man \
|
|
|
|
--disable-perl \
|
2008-07-05 13:38:20 +00:00
|
|
|
--disable-gtkspell \
|
|
|
|
--disable-meanwhile \
|
|
|
|
--disable-avahi \
|
|
|
|
--disable-tcl \
|
2007-05-07 07:54:04 -05:00
|
|
|
--disable-nls \
|
|
|
|
--disable-gnutls \
|
|
|
|
--with-nspr-includes=/usr/include/nspr \
|
|
|
|
--with-nss-includes=/usr/include/nss \
|
|
|
|
--with-nspr-libs=/usr/lib \
|
|
|
|
--with-nss-libs=/usr/lib \
|
2007-05-16 21:25:56 -05:00
|
|
|
--disable-gevolution \
|
|
|
|
--disable-dbus \
|
|
|
|
--disable-gstreamer \
|
|
|
|
--with-dynamic-prpls="gg,irc,jabber,msn,novell,oscar,qq,sametime,silc,simple,yahoo,zephyr"
|
2007-05-07 07:54:04 -05:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
rm -rf $PKG/usr/share/locale
|
|
|
|
}
|