opt/pidgin/Pkgfile
2008-03-21 02:14:40 +00:00

31 lines
854 B
Plaintext

# Description: A multi-protocol instant messaging client
# URL: http://pidgin.im/
# Maintainer: Simone Rota, sip at crux dot nu
# Depends on: nss, startup-notification, p5-xml-parser, gtk
name=pidgin
version=2.4.0
release=1
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 \
--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 \
--disable-gevolution \
--disable-dbus \
--disable-gstreamer \
--with-dynamic-prpls="gg,irc,jabber,msn,novell,oscar,qq,sametime,silc,simple,yahoo,zephyr"
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
}